summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal2020-12-101-0/+124
* mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal2020-12-101-1/+5
* mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+6
* mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2020-12-101-0/+67
* mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal2020-12-101-53/+53
* mtd: spinand: Fix typo in commentMiquel Raynal2020-12-101-1/+1
* mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+20
* mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2020-12-102-17/+202
* mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal2020-12-102-2/+11
* mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-1011-11/+0
* mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2020-12-102-12/+68
* mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-1011-68/+89
* mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal2020-12-101-14/+12
* mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal2020-12-101-29/+10
* mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal2020-12-101-1/+1
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-1023-30/+31
* mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2020-12-101-14/+17
* mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2020-12-102-116/+279
* mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal2020-11-302-79/+73
* mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-303-38/+76
* mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2020-11-302-3/+2
* mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-304-31/+37
* mtd: nand: ecc-bch: Cleanup and style fixesMiquel Raynal2020-11-301-26/+29
* mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-308-15/+16
* mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2020-11-301-0/+106
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-17/+20
|\
| * intel_idle: Fix intel_idle() vs tracingPeter Zijlstra2020-11-241-17/+20
* | Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-292-14/+4
|\ \
| * \ Merge tag 'irqchip-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2020-11-252-14/+4
| |\ \
| | * | irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspendXu Qiang2020-11-221-13/+3
| | * | irqchip/exiu: Fix the index of fwspec for IRQ typeChen Baozi2020-11-221-1/+1
* | | | Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-292-2/+2
|\ \ \ \
| * | | | efi: EFI_EARLYCON should depend on EFIGeert Uytterhoeven2020-11-251-1/+1
| * | | | efi/efivars: Set generic ops before loading SSDTAmadeusz Sławiński2020-11-251-1/+1
* | | | | Merge tag 'usb-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-11-2814-34/+51
|\ \ \ \ \
| * | | | | usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay2020-11-271-1/+1
| * | | | | USB: core: Change %pK for __user pointers to %pxAlan Stern2020-11-201-7/+7
| * | | | | USB: core: Fix regression in Hercules audio cardAlan Stern2020-11-201-0/+6
| * | | | | usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-11-201-0/+3
| * | | | | usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-11-201-3/+7
| * | | | | USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-11-201-0/+4
| * | | | | Merge tag 'phy-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2020-11-207-11/+8
| |\ \ \ \ \
| | * | | | | phy: mediatek: fix spelling mistake in Kconfig "veriosn" -> "version"Colin Ian King2020-11-161-1/+1
| | * | | | | phy: qualcomm: Fix 28 nm Hi-Speed USB PHY OF dependencyBryan O'Donoghue2020-11-161-1/+1
| | * | | | | phy: qualcomm: usb: Fix SuperSpeed PHY OF dependencyBryan O'Donoghue2020-11-161-1/+1
| | * | | | | phy: intel: PHY_INTEL_KEEMBAY_EMMC should depend on ARCH_KEEMBAYGeert Uytterhoeven2020-11-161-1/+1
| | * | | | | phy: cpcap-usb: Use IRQF_ONESHOTZou Wei2020-10-281-1/+2
| | * | | | | phy: qcom-qmp: Initialize another pointer to NULLStephen Boyd2020-10-281-1/+1
| | * | | | | phy: tegra: xusb: Fix dangling pointer on probe failureMarc Zyngier2020-10-281-0/+1
| | * | | | | phy: usb: Fix incorrect clearing of tca_drv_sel bit in SETUP reg for 7211Al Cooper2020-10-281-5/+0
| | |/ / / /