Home
last modified time | relevance | path

Searched refs:fixes (Results 1 – 25 of 109) sorted by relevance

12345

/linux/drivers/mmc/host/
A Dsdhci-pci-core.c1949 if (chip->fixes && chip->fixes->suspend) in sdhci_pci_suspend()
1962 if (chip->fixes && chip->fixes->resume) in sdhci_pci_resume()
1977 if (chip->fixes && chip->fixes->runtime_suspend) in sdhci_pci_runtime_suspend()
1990 if (chip->fixes && chip->fixes->runtime_resume) in sdhci_pci_runtime_resume()
2016 size_t priv_size = chip->fixes ? chip->fixes->priv_size : 0; in sdhci_pci_probe_slot()
2051 host->ops = chip->fixes && chip->fixes->ops ? in sdhci_pci_probe_slot()
2067 if (chip->fixes && chip->fixes->probe_slot) { in sdhci_pci_probe_slot()
2100 if (chip->fixes && chip->fixes->add_host) in sdhci_pci_probe_slot()
2117 if (chip->fixes && chip->fixes->remove_slot) in sdhci_pci_probe_slot()
2138 if (slot->chip->fixes && slot->chip->fixes->remove_slot) in sdhci_pci_remove_slot()
[all …]
A Dsdhci-pci.h175 const struct sdhci_pci_fixes *fixes; member
/linux/Documentation/fb/
A Dcirrusfb.rst60 * Bug fixes.
69 * Compile fixes related to new 2.3.x IORESOURCE_IO[PORT] symbol changes.
76 * Casting fixes.
78 * Bug fixes.
/linux/Documentation/admin-guide/cifs/
A Dauthors.rst42 - Kazeon team for various fixes especially for 2.4 version.
47 - Jeff Layton (many, many fixes, as well as great work on the cifs Kerberos code)
50 - Aurelien Aptel (for DFS SMB3 work and some key bug fixes)
51 - Ronnie Sahlberg (for SMB3 xattr work, bug fixes, and lots of great work on compounding)
53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
A Dchanges.rst6 information about fixes/improvements to CIFS/SMB2/SMB3 support (changes
/linux/drivers/staging/vt6656/
A DTODO14 - checkpatch.pl fixes
15 - sparse fixes
/linux/drivers/staging/vt6655/
A DTODO16 - checkpatch.pl fixes
17 - sparse fixes
/linux/drivers/net/dsa/mv88e6xxx/
A Dserdes.c1422 } fixes[] = { in mv88e6393x_serdes_erratum_5_2() local
1443 for (i = 0; i < ARRAY_SIZE(fixes); ++i) { in mv88e6393x_serdes_erratum_5_2()
1444 err = mv88e6390_serdes_read(chip, lane, fixes[i].dev, in mv88e6393x_serdes_erratum_5_2()
1445 fixes[i].reg, &reg); in mv88e6393x_serdes_erratum_5_2()
1449 reg &= ~fixes[i].mask; in mv88e6393x_serdes_erratum_5_2()
1450 reg |= fixes[i].val; in mv88e6393x_serdes_erratum_5_2()
1452 err = mv88e6390_serdes_write(chip, lane, fixes[i].dev, in mv88e6393x_serdes_erratum_5_2()
1453 fixes[i].reg, reg); in mv88e6393x_serdes_erratum_5_2()
/linux/
A DCREDITS1917 D: Kernel fixes and cleanups
2612 D: General low-level bug fixes, /proc fixes, identd support
2956 D: Some smbfs fixes
2998 D: Miscellaneous fixes
3014 D: Some kernel bug fixes
3142 D: /proc/sound, minor fixes
3455 D: misc fixes
3604 D: Miscellaneous bug-fixes
3621 D: core networking fixes
4064 D: Misc fixes
[all …]
/linux/fs/affs/
A DChanges40 - 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/drivers/staging/rts5208/
A DTODO3 - checkpatch.pl fixes
/linux/Documentation/ide/
A DChangeLog.ide-tape.1995-200257 * 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/drivers/staging/android/
A DTODO2 - sparse fixes
/linux/Documentation/networking/
A Dnetdev-FAQ.rst33 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.
/linux/Documentation/scsi/
A DChangeLog.sym53c8xx_275 has been allocated. This fixes a panic if attach failed.
80 - A couple of comments fixes.
100 - A couple of tiny fixes ...
A DChangeLog.ncr53c8xx161 - 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/drivers/staging/rtl8712/
A DTODO5 - checkpatch.pl fixes - only a few remain
/linux/drivers/staging/rtl8723bs/
A DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/linux/fs/notify/inotify/
A DKconfig11 Inotify fixes numerous shortcomings in dnotify and introduces several
/linux/Documentation/livepatch/
A Dcumulative-patches.rst38 removing various fixes or features.
88 fixes/features are added/removed and what special actions are necessary
/linux/Documentation/process/
A Dsubmitting-patches.rst118 fixes a bug, for example, add a tag with a URL referencing the report in the
152 fixes = Fixes: %h (\"%s\")
156 $ git log -1 --pretty=fixes 54a4f0239f2e
166 For example, if your changes include both bug fixes and performance
280 - Spelling fixes in documentation
281 - Spelling fixes for errors which could break :manpage:`grep(1)`
282 - Warning fixes (cluttering with useless warnings is bad)
283 - Compilation fixes (only if they are actually correct)
284 - Runtime fixes (only if they actually fix things)
286 - Contact detail and documentation fixes
[all …]
/linux/Documentation/doc-guide/
A Dcontributing.rst51 maintainer appreciates being copied on fixes for these warnings, the
53 fixes; they should go to the maintainer of the subsystem in question.
132 Other fixes will take longer, especially those relating to structure
160 Typo fixes
198 - Nothing but typo fixes in the history for several years
/linux/Documentation/admin-guide/
A Dsecurity-bugs.rst45 Although our preference is to release fixes for publicly undisclosed bugs
85 for reports or fixes, as this can needlessly complicate the process and
/linux/Documentation/driver-api/acpi/
A Dlinuxized-acpica.rst207 2. Manual modifications - Any manual modification (eg. coding style fixes)
221 avoid breaking Linux bisection, fixes are applied directly to the
227 fixes or stable-candidate material, so they are applied in advance with
/linux/Documentation/i2c/busses/
A Di2c-sis630.rst61 - bug fixes

Completed in 37 milliseconds

12345