/openbmc/linux/Documentation/hwmon/ |
H A D | submitting-patches.rst | 12 * It should be unnecessary to mention, but please read and follow: 18 * Please run your patch through 'checkpatch --strict'. There should be no 20 messages, please be prepared to explain. 22 * Please use the standard multi-line comment style. Do not mix C and C++ 27 please refrain from explanations such as "I prefer that coding style". 32 * Please test your patch thoroughly. We are not your test group. 73 * Please list include files in alphabetic order. 75 * Please align continuation lines with '(' on the previous line. 95 and supported functions, please see Documentation/driver-api/driver-model/devres.rst. 131 * Your driver should be buildable as module. If not, please be prepared to [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/ |
H A D | Kconfig | 34 For customer support, please visit our customer support page at 37 Please send feedback to <linux-bugs@chelsio.com>. 61 For customer support, please visit our customer support page at 64 Please send feedback to <linux-bugs@chelsio.com>. 84 For customer support, please visit our customer support page at 87 Please send feedback to <linux-bugs@chelsio.com>. 125 For customer support, please visit our customer support page at 128 Please send feedback to <linux-bugs@chelsio.com>.
|
/openbmc/linux/include/drm/ |
H A D | drm_simple_kms_helper.h | 115 * Optional, called by &drm_plane_helper_funcs.prepare_fb. Please read 131 * Optional, called by &drm_plane_helper_funcs.cleanup_fb. Please read 141 * Optional, called by &drm_plane_helper_funcs.begin_fb_access. Please read 151 * Optional, called by &drm_plane_helper_funcs.end_fb_access. Please read 161 * Optional, called by &drm_crtc_funcs.enable_vblank. Please read 170 * Optional, called by &drm_crtc_funcs.disable_vblank. Please read 179 * Optional, called by &drm_crtc_funcs.reset. Please read the 187 * Optional, called by &drm_crtc_funcs.atomic_duplicate_state. Please 196 * Optional, called by &drm_crtc_funcs.atomic_destroy_state. Please 206 * Optional, called by &drm_plane_funcs.reset. Please read the [all …]
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | contributing.md | 10 Feel free to ask any kind of questions but please always prepend your email 38 * For changes that affect *layer recipes*, please just use the **base names** 43 * For changes that affect the *layer documentation*, please just use `docs` 46 please use the full path as the component name, e.g. `conf/layer.conf`. 48 the above cases, please use `meta-raspberrypi` as the component name. 69 A common issue during patch reviewing is commit log formatting, please review 80 mailing list. In this case, when creating patches using `git` please make 100 If you submit patches that have a GitHub issue associated, please make sure to
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 8 this Kconfig will disable all Andes errata. Please say "Y" 11 Otherwise, please say "N" here to avoid unnecessary overhead. 29 this Kconfig will disable all SiFive errata. Please say "Y" 32 Otherwise, please say "N" here to avoid unnecessary overhead. 61 this Kconfig will disable all T-HEAD errata. Please say "Y" 64 Otherwise, please say "N" here to avoid unnecessary overhead.
|
/openbmc/linux/Documentation/usb/ |
H A D | usb-serial.rst | 53 For any questions or problems with this driver, please contact 98 For any questions or problems with this driver, please contact Greg 109 For others, please use module parameters to specify the product and vendor 119 the USB connection. Please visit http://synce.sourceforge.net which 150 For any questions or problems with the driver, please contact Ganesh 182 For any questions or problems with this driver, please contact Brian 207 For any questions or problems with this driver, please contact Hugh 221 For any questions or problems with this driver, please contact Bill Ryder. 227 This is an ISDN TA. Please report both successes and troubles to 275 The hid->com adapter can run at a maximum baud of 115200bps. Please note [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 25 overall x86 maintainers. Please Cc the overall x86 maintainers on 31 team. Please always Cc the Linux Kernel mailing list (LKML) 120 'genirq/core:'. Please do not use file names or complete file paths as 247 subject line, please use the format 'function_name()'. Omitting the 293 Please say instead:: 367 If the patch should be backported to stable, then please add a '``Cc: 374 please use the lore.kernel.org redirector URL:: 385 Please do not use combined tags, e.g. ``Reported-and-tested-by``, as 397 Therefore, for 'volatile' documents, please create an entry in the kernel 410 Please do not expect large patch series to be handled during the merge [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.nios2 | 4 Please refer to the link for more information on Nios II, 7 Please refer to the link for Linux port and toolchains, 10 The Nios II port of u-boot is controlled by device tree. Please check 26 using the sopc2dts tool. Then modified to fit your configuration. Please 32 You will need to add additional properties to the dts. Please find an 79 Please change the SDRAM base and size to match your board. The base
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 52 local.conf.sample and there have been updates made to this file. Please compare the two 72 site.conf.sample and there have been updates made to this file. Please compare the two 93 Please compare your file against bblayers.conf.sample and merge any changes before continuing. 289 …return "Failed to create a file with a long name in %s. Please use a filesystem that does not unre… 299 …return "The length of %s is longer than %s, this would cause unexpected errors, please use a short… 359 msg += " Please ensure your host's network is configured correctly.\n" 360 … msg += " Please ensure CONNECTIVITY_CHECK_URIS is correct and specified URIs are available.\n" 397 …messages = messages + 'TUNE_ARCH is unset. Please ensure your MACHINE configuration includes a val… 401 …messages = messages + 'Please set TARGET_OS directly, or choose a MACHINE or DISTRO that does so.\… 436 …version of patch is older than 2.7 and has bugs which will break builds. Please install a newer ve… [all …]
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | Kconfig | 9 For details about bubt command please see the documentation 22 For details about bubt command please see the documentation 31 For details about bubt command please see the documentation 40 For details about bubt command please see the documentation
|
/openbmc/u-boot/doc/driver-model/ |
H A D | pmic-framework.txt | 91 For detailed API description, please refer to the header file. 93 As an example of the pmic driver, please refer to the MAX77686 driver. 95 Please pay attention for the driver's bind() method. Exactly the function call: 110 For more information, please refer to the core file. 127 For detailed API description, please refer to the header file. 129 For the example regulator driver, please refer to the MAX77686 regulator driver, 140 For more information, please refer to the command file.
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.config | 212 dummy := $(error Error: $(FLEX) is missing on this system, please install it) 216 dummy := $(error Error: $(BISON) is missing on this system, please install it) 221 …dummy := $(error $(CLANG) is missing on this system, please install it to be able to build with BU… 447 …msg := $(error ERROR: No libelf found. Disables 'probe' tool, jvmti and BPF support. Please instal… 451 msg := $(error No libasan found, please install libasan); 457 msg := $(error No libubsan found, please install libubsan); 462 msg := $(error No static glibc found, please install glibc-static); 464 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]); 471 …msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… 476 …d libdw.h found or elfutils is older than 0.138, disables dwarf support. Please install new elfuti… [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bt8xx.rst | 21 Please see Documentation/admin-guide/media/bttv-cardlist.rst for a complete 47 Please use the following options with care as deselection of drivers which 62 Then, on each of the above menu, please select your card-specific 108 For bug reports please send in a complete log with verbose=4 activated. 109 Please also see Documentation/admin-guide/media/ci.rst. 133 match the order where they're detected by the system. Please notice 141 In case of further problems please subscribe and send questions to
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/epeg/epeg/ |
H A D | 0001-configure-Fix-checks-for-libjpeg-and-libexif.patch | 23 -AC_CHECK_LIB([jpeg], [main], [], [echo "libjpeg library not found. Please install it before procee… 24 -AC_CHECK_LIB([exif], [main], [], [echo "libexif library not found. Please install it before procee… 25 +AC_CHECK_LIB([jpeg], [jpeg_simple_progression], [], [echo "libjpeg library not found. Please insta… 26 +AC_CHECK_LIB([exif], [exif_data_new_from_file], [], [echo "libexif library not found. Please insta…
|
/openbmc/linux/tools/power/cpupower/lib/ |
H A D | cpufreq.h | 85 * to avoid memory leakage, please. 96 * to avoid memory leakage, please. 107 * may be modified by modprobe'ing or rmmod'ing other governors. Please 123 * only. Please free allocated memory by calling 143 * to avoid memory leakage, please. 155 * to avoid memory leakage, please.
|
/openbmc/bmcweb/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 14 …To report a security vulnerability, please follow <https://github.com/openbmc/docs/blob/master/sec… 16 … To ask questions about how to use OpenBMC, please visit <https://discord.gg/69Km47zH98>. 43 Include the contents of /etc/os-release. Please ensure that the 54 …Please ensure you have collected the relevant debugging information manually and attached below; …
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CrystalStacker | 1 …ed you include this document in it's original form in your distribution. Please see the "Contactin… 7 …please provided that you include this file in its unmodified form with any new distribution. NewCr…
|
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
H A D | run-ptest | 9 echo "Warning: The en_US* locales is needed to run the intl.tests, please add it." 14 echo "Warning: The fr_FR* locales is needed to run the intl.tests, please add it." 19 echo "Warning: The de_DE* locales is needed to run the intl.tests, please add it."
|
/openbmc/linux/include/net/ |
H A D | amt.h | 101 #error "Please fix <asm/byteorder.h>" 115 #error "Please fix <asm/byteorder.h>" 130 #error "Please fix <asm/byteorder.h>" 150 #error "Please fix <asm/byteorder.h>" 171 #error "Please fix <asm/byteorder.h>" 188 #error "Please fix <asm/byteorder.h>" 203 #error "Please fix <asm/byteorder.h>"
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_kcs.robot | 40 Should Not Be Empty ${OS_HOST} msg=Please provide required parameter OS_HOST 41 Should Not Be Empty ${OS_USERNAME} msg=Please provide required parameter OS_USERNAME 42 Should Not Be Empty ${OS_PASSWORD} msg=Please provide required parameter OS_PASSWORD
|
/openbmc/linux/mm/damon/ |
H A D | Kconfig | 22 For more information on KUnit and unit tests in general, please refer 50 For more information on KUnit and unit tests in general, please refer 72 (DAMON_SYSFS). If you depend on this and cannot move, please report 82 For more information on KUnit and unit tests in general, please refer
|
/openbmc/openbmc/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.md | 11 Please note that questions or feature requests should be discussed on the 12 mailing list or Discord. Please see https://github.com/openbmc/openbmc#contact 14 only. Please remove this section when opening a bug.
|
/openbmc/openbmc-test-automation/docs/ |
H A D | gui_setup_reference.md | 35 - Python Installation: Please follow the documented procedure available. 37 - Firefox Installation: Please follow the documented procedure available. 39 - geckodriver installation: Please follow the documented procedure available.
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | denormal.c | 15 * <<please update with a synopsis of the functionality provided by this file>> 18 * <<the following list was autogenerated, please review>> 23 * <<please update>> 26 * <<please update with a overview of the operation of this file>>
|
/openbmc/linux/arch/arm64/kernel/vdso/ |
H A D | sigreturn.S | 7 * It's also fragile as hell, so please think twice before changing anything 72 // PLEASE DO NOT MODIFY 74 // PLEASE DO NOT MODIFY 76 // PLEASE DO NOT MODIFY
|