index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-10
mtd: spinand: Use the external ECC engine logic
Miquel Raynal
2
-44
/
+54
2020-12-10
mtd: nand: Add helpers to manage ECC engines and configurations
Miquel Raynal
1
-0
/
+124
2020-12-10
mtd: spinand: Fill a default ECC provider/algorithm
Miquel Raynal
1
-1
/
+5
2020-12-10
mtd: nand: Let on-die ECC engines be retrieved from the NAND core
Miquel Raynal
1
-0
/
+6
2020-12-10
mtd: spinand: Instantiate a SPI-NAND on-die ECC engine
Miquel Raynal
1
-0
/
+67
2020-12-10
mtd: spinand: Move ECC related definitions earlier in the driver
Miquel Raynal
1
-53
/
+53
2020-12-10
mtd: spinand: Fix typo in comment
Miquel Raynal
1
-1
/
+1
2020-12-10
mtd: nand: Let software ECC engines be retrieved from the NAND core
Miquel Raynal
1
-0
/
+20
2020-12-10
mtd: nand: ecc-hamming: Create the software Hamming engine
Miquel Raynal
2
-17
/
+202
2020-12-10
mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselected
Miquel Raynal
2
-2
/
+11
2020-12-10
mtd: nand: ecc-hamming: Remove useless includes
Miquel Raynal
11
-11
/
+0
2020-12-10
mtd: nand: ecc-hamming: Stop using raw NAND structures
Miquel Raynal
2
-12
/
+68
2020-12-10
mtd: nand: ecc-hamming: Rename the exported functions
Miquel Raynal
11
-68
/
+89
2020-12-10
mtd: nand: ecc-hamming: Cleanup and style fixes
Miquel Raynal
1
-14
/
+12
2020-12-10
mtd: nand: ecc-hamming: Drop/fix the kernel doc
Miquel Raynal
1
-29
/
+10
2020-12-10
mtd: nand: ecc-hamming: Clarify the driver descriptions
Miquel Raynal
1
-1
/
+1
2020-12-10
mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layer
Miquel Raynal
23
-30
/
+31
2020-12-10
mtd: rawnand: Get rid of chip->ecc.priv
Miquel Raynal
1
-14
/
+17
2020-12-10
mtd: nand: ecc-bch: Create the software BCH engine
Miquel Raynal
2
-116
/
+279
2020-11-30
mtd: nand: ecc-bch: Stop using raw NAND structures
Miquel Raynal
2
-78
/
+72
2020-11-30
mtd: nand: ecc-bch: Update the prototypes to be more generic
Miquel Raynal
3
-38
/
+76
2020-11-30
mtd: nand: ecc-bch: Drop mtd_nand_has_bch()
Miquel Raynal
2
-3
/
+2
2020-11-30
mtd: nand: ecc-bch: Stop exporting the private structure
Miquel Raynal
4
-31
/
+37
2020-11-30
mtd: nand: ecc-bch: Cleanup and style fixes
Miquel Raynal
1
-26
/
+29
2020-11-30
mtd: nand: ecc-bch: Move BCH code to the generic NAND layer
Miquel Raynal
8
-15
/
+16
2020-11-30
mtd: nand: ecc: Add an I/O request tweaking mechanism
Miquel Raynal
1
-0
/
+106
2020-11-29
Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-17
/
+20
2020-11-29
Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-14
/
+4
2020-11-29
Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+2
2020-11-28
Merge tag 'usb-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
14
-34
/
+51
2020-11-28
Merge tag 'char-misc-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
5
-9
/
+22
2020-11-27
Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
4
-30
/
+72
2020-11-27
Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
36
-398
/
+521
2020-11-27
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-14
/
+23
2020-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
13
-92
/
+97
2020-11-27
Merge tag 'mtd/fixes-for-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Linus Torvalds
20
-116
/
+294
2020-11-27
Merge tag 'spi-fix-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
4
-1
/
+15
2020-11-27
Merge tag 'media/v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
20
-792
/
+2073
2020-11-27
Merge tag 'drm-fixes-2020-11-27-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
22
-191
/
+467
2020-11-27
Merge tag 'platform-drivers-x86-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
5
-3
/
+70
2020-11-27
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-3
/
+5
2020-11-27
Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
5
-12
/
+36
2020-11-27
Merge tag 'optee-valid-memory-type-for-v5.11' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Arnd Bergmann
1
-1
/
+2
2020-11-27
usb: typec: stusb160x: fix power-opmode property with typec-power-opmode
Amelie Delaunay
1
-1
/
+1
2020-11-27
Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
Arnd Bergmann
1
-10
/
+19
2020-11-27
can: m_can: m_can_dev_setup(): add support for bosch mcan version 3.3.0
Pankaj Sharma
1
-0
/
+2
2020-11-27
can: m_can: fix nominal bitiming tseg2 min for version >= 3.1
Marc Kleine-Budde
1
-1
/
+1
2020-11-27
can: m_can: m_can_open(): remove IRQF_TRIGGER_FALLING from request_threaded_irq()'s flags
Marc Kleine-Budde
1
-1
/
+1
2020-11-27
Merge tag 'drm-misc-fixes-2020-11-26' of ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes
Dave Airlie
6
-67
/
+265
2020-11-27
Merge tag 'mediatek-drm-fixes-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-fixes
Dave Airlie
2
-46
/
+20
[next]