Searched refs:fixes (Results 1 – 25 of 91) sorted by relevance
1234
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-pci-core.c | 1598 if (chip->fixes && chip->fixes->suspend) in sdhci_pci_suspend() 1599 return chip->fixes->suspend(chip); in sdhci_pci_suspend() 1612 if (chip->fixes && chip->fixes->resume) in sdhci_pci_resume() 1613 return chip->fixes->resume(chip); in sdhci_pci_resume() 1628 if (chip->fixes && chip->fixes->runtime_suspend) in sdhci_pci_runtime_suspend() 1629 return chip->fixes->runtime_suspend(chip); in sdhci_pci_runtime_suspend() 1642 if (chip->fixes && chip->fixes->runtime_resume) in sdhci_pci_runtime_resume() 1643 return chip->fixes->runtime_resume(chip); in sdhci_pci_runtime_resume() 1668 size_t priv_size = chip->fixes ? chip->fixes->priv_size : 0; in sdhci_pci_probe_slot() 1721 host->ops = chip->fixes && chip->fixes->ops ? in sdhci_pci_probe_slot() [all …]
|
D | sdhci-pci.h | 167 const struct sdhci_pci_fixes *fixes; member
|
/Linux-v4.19/Documentation/fb/ |
D | cirrusfb.txt | 61 * Bug fixes. 70 * Compile fixes related to new 2.3.x IORESOURCE_IO[PORT] symbol changes. 77 * Casting fixes. 79 * Bug fixes.
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | AUTHORS | 36 Kazeon team for various fixes especially for 2.4 version. 41 Jeff Layton (many, many fixes, as well as great work on the cifs Kerberos code) 44 Aurelien Aptel (for DFS SMB3 work and some key bug fixes) 45 Ronnie Sahlberg (for SMB3 xattr work, bug fixes, and lots of great work on compounding) 47 Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
|
D | CHANGES | 3 "git log fs/cifs") about fixes/improvements to CIFS/SMB2/SMB3 support (changes
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | TODO | 14 - checkpatch.pl fixes 15 - sparse fixes
|
/Linux-v4.19/drivers/staging/vt6655/ |
D | TODO | 16 - checkpatch.pl fixes 17 - sparse fixes
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | TODO | 3 - checkpatch.pl fixes
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | TODO | 4 - Sparce fixes.
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | TODO | 5 - checkpatch.pl fixes - only a few remain
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | TODO | 5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/Linux-v4.19/fs/notify/inotify/ |
D | Kconfig | 11 Inotify fixes numerous shortcomings in dnotify and introduces several
|
/Linux-v4.19/fs/affs/ |
D | Changes | 40 - several bug fixes found with fsx 45 - change to global min macro + warning fixes 51 - locking fixes 66 - locking fixes for link creation/removal. 86 more 2.4 fixes: [Roman Zippel]
|
/Linux-v4.19/Documentation/networking/ |
D | netdev-FAQ.rst | 33 the names, the ``net`` tree is for fixes to existing code already in the 47 features get mainlined after this -- only fixes to the rc1 content are 48 expected. After roughly a week of collecting fixes to the rc1 content, 58 ``net`` tree will start accumulating fixes for this pulled content 78 The ``net`` tree continues to collect fixes for the vX.Y content, and is 80 focus for ``net`` is on stabilization and bug fixes. 197 Q: Are all networking bug fixes backported to all stable releases?
|
/Linux-v4.19/ |
D | CREDITS | 143 D: VFS fixes (new notify_change in particular) 252 D: Various parport/ppdev hacks and fixes 449 D: Various fixes (mostly networking) 707 D: Various build fixes and kernel documentation. 729 D: Various security things, bug fixes, and documentation. 1043 D: verify_area stuff, generic SCSI fixes 1063 D: Various kernel hacks, fixes, and cleanups. 1120 D: Mitsumi LU005 tests and fixes 1121 D: port and fixes of cs46xx sounddriver 1134 D: romfs, various (mostly networking) fixes [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/ |
D | TODO | 7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/Linux-v4.19/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 57 * Few potential bug fixes (Again, suggested by Mark) 137 * Some error recovery bug fixes. 145 * Some portability fixes. 158 * Ver 1.14 Dec 30 98 Partial fixes for the Sony/AIWA tape drives. 169 * Ver 1.16e Oct 3 99 Minor fixes. 254 * Cosmetic fixes to miscellaneous debugging output messages.
|
/Linux-v4.19/drivers/staging/rtl8723bs/ |
D | TODO | 8 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 75 has been allocated. This fixes a panic if attach failed. 80 - A couple of comments fixes. 100 - A couple of tiny fixes ...
|
D | ChangeLog.ncr53c8xx | 161 - Miscellaneous minor fixes. 224 - Minor spelling fixes in doc files. 289 - Preliminary fixes for Big Endian (sent by Eddie C. Dost). 299 - Some spelling fixes. 307 - Some cleanup, spelling fixes, version checks, documentations 322 This also fixes a bug triggered when disabling tagged command 432 - Some fixes. 449 - Some fixes in order to really support the 53C895, at least with
|
/Linux-v4.19/drivers/staging/android/ |
D | TODO | 2 - sparse fixes
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-sis630 | 55 - bug fixes
|
/Linux-v4.19/Documentation/process/ |
D | submitting-patches.rst | 156 If the patch fixes a logged bug entry, refer to that bug entry by 183 If your patch fixes a bug in a specific commit, e.g. you found an issue using 195 fixes = Fixes: %h (\"%s\") 204 For example, if your changes include both bug fixes and performance 292 If you have a patch that fixes an exploitable security bug, send that patch 324 - Spelling fixes in documentation 325 - Spelling fixes for errors which could break :manpage:`grep(1)` 326 - Warning fixes (cluttering with useless warnings is bad) 327 - Compilation fixes (only if they are actually correct) 328 - Runtime fixes (only if they actually fix things) [all …]
|
/Linux-v4.19/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 22 and cdev user-after-free fixes. This opens media dev files and sits in
|
/Linux-v4.19/Documentation/acpi/ |
D | linuxized-acpica.txt | 191 2. Manual modifications - Any manual modification (eg. coding style fixes) 205 avoid breaking Linux bisection, fixes are applied directly to the 211 fixes or stable-candidate material, so they are applied in advance with
|
1234