Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
767eb6fbdedb7d8b9c7a87d640a8bc8091eba002
/
drivers
/
mtd
/
nand
/
raw
767eb6f
mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks
by Boris Brezillon
· 6 years ago
b976168
mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks
by Boris Brezillon
· 6 years ago
00da2ea
mtd: rawnand: Pass a nand_chip object to ecc->correct()
by Boris Brezillon
· 6 years ago
af37d2c
mtd: rawnand: Pass a nand_chip object to ecc->calculate()
by Boris Brezillon
· 6 years ago
ec47636
mtd: rawnand: Pass a nand_chip object to ecc->hwctl()
by Boris Brezillon
· 6 years ago
2b356ab
mtd: rawnand: Pass a nand_chip object to nand_wait_ready()
by Boris Brezillon
· 6 years ago
59ac276
mtd: rawnand: Pass a nand_chip object to nand_release()
by Boris Brezillon
· 6 years ago
00ad378
mtd: rawnand: Pass a nand_chip object to nand_scan()
by Boris Brezillon
· 6 years ago
47bd59e
mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks
by Boris Brezillon
· 6 years ago
2f91eb6
mtd: rawnand: atmel: use struct_size() in devm_kzalloc()
by Gustavo A. R. Silva
· 6 years ago
81592c6
mtd: rawnand: jz4780: use struct_size() in devm_kzalloc()
by Gustavo A. R. Silva
· 6 years ago
a9fdba0
mtd: rawnand: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
ab0fb17
mtd: rawnand: qcom: don't include dma-direct.h
by Christoph Hellwig
· 6 years ago
f1bf52e
mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatch
by Masahiro Yamada
· 6 years ago
ff8648f
mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versions
by Kurt Kanzenbach
· 6 years ago
434655a
mtd: rawnand: fsl_ifc: check result of SRAM initialization
by Kurt Kanzenbach
· 6 years ago
33c1c5f
mtd: rawnand: marvell: document a bit more the driver
by Miquel Raynal
· 6 years ago
f223713
mtd: rawnand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)
by KOBAYASHI Yoshitake
· 6 years ago
88aa3bb
mtd: rawnand: marvell: use regmap_update_bits() for syscon access
by Thomas Petazzoni
· 6 years ago
7525c95
mtd: rawnand: Get rid of the ->read_word() hook
by Boris Brezillon
· 6 years ago
52f05b6
mtd: rawnand: Add the nand_wait_rdy_op() helper and use it
by Boris Brezillon
· 6 years ago
85e08e5
mtd: rawnand: Add the nand_wait_readrdy() helper and use it
by Boris Brezillon
· 6 years ago
336d139
mtd: rawnand: denali: do not pass zero maxchips to nand_scan()
by Masahiro Yamada
· 6 years ago
166cd44
mtd: rawnand: docg4: Remove wrong __init annotations
by Geert Uytterhoeven
· 6 years ago
d5acba2
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
747f623
Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
9805d4b
mtd: rawnand: atmel: Select GENERIC_ALLOCATOR
by Boris Brezillon
· 6 years ago
4aa5db2
Merge branch 'asoc-4.19' into asoc-next
by Mark Brown
· 6 years ago
3d3fe3c
mtd: rawnand: allocate dynamically ONFI parameters during detection
by Miquel Raynal
· 6 years ago
2023f1fa
mtd: rawnand: allocate model parameter dynamically
by Miquel Raynal
· 6 years ago
98732da
mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
by Miquel Raynal
· 6 years ago
ee1af82
mtd: rawnand: txx9ndfmc: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
abe23d1
mtd: rawnand: txx9ndfmc: clarify ECC parameters assignation
by Miquel Raynal
· 6 years ago
176fc2f
mtd: rawnand: tegra: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
ccadc14
mtd: rawnand: jz4740: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
2f21734
mtd: rawnand: jz4740: group nand_scan_{ident, tail} calls
by Miquel Raynal
· 6 years ago
f57bbfb
mtd: rawnand: jz4740: fix probe function error path
by Miquel Raynal
· 6 years ago
66a3847
mtd: rawnand: docg4: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
49aa76b
mtd: rawnand: do not execute nand_scan_ident() if maxchips is zero
by Miquel Raynal
· 6 years ago
577e010
mtd: rawnand: atmel: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
7928225
mtd: rawnand: atmel: clarify NAND addition/removal paths
by Miquel Raynal
· 6 years ago
e1e6255
mtd: rawnand: omap2: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
c49f3be
mtd: rawnand: lpc32xx_mlc: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
73a27db
mtd: rawnand: cafe: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
4918b90
mtd: rawnand: brcmnand: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
6a3cec6
mtd: rawnand: qcom: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
fe13ae0
mtd: rawnand: sm_common: convert driver to nand_scan_with_ids()
by Miquel Raynal
· 6 years ago
92aa292
mtd: rawnand: sm_common: fix the probe function error path
by Miquel Raynal
· 7 years ago
962c35e
mtd: rawnand: vf610: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
a001058
mtd: rawnand: txx9ndfmc: rename nand controller internal structure
by Miquel Raynal
· 6 years ago
6a9035c
mtd: rawnand: tango: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
2a4d9c1
mtd: rawnand: sunxi: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
5f20da0f
mtd: rawnand: sh_flctl: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
1274831
mtd: rawnand: s3c2410: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
5cbad9e
mtd: rawnand: nandsim: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
96fa8e6
mtd: rawnand: mxc: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
1ce7826
mtd: rawnand: mtk: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
8831e48
mtd: rawnand: marvell: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
f4a48d7
mtd: rawnand: lpc32xx_slc: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
eef2b13
mtd: rawnand: jz4780: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
07c1a4b
mtd: rawnand: hisi504: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
5f8374d
mtd: rawnand: gpmi: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
3bbddfa
mtd: rawnand: fsmc: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
37b0375
mtd: rawnand: fsl_ifc: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
5bf3e76
mtd: rawnand: fsl_elbc: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
99dc9d9
mtd: rawnand: fsl_elbc: return meaningful values
by Miquel Raynal
· 6 years ago
d03af16
mtd: rawnand: denali: convert to nand_scan()
by Miquel Raynal
· 6 years ago
b2342c1
mtd: rawnand: davinci: convert driver to nand_scan()
by Miquel Raynal
· 6 years ago
c1070db
mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion
by Boris Brezillon
· 6 years ago
89956d1
mtd: rawnand: atmel: Stop including gpio.h
by Boris Brezillon
· 6 years ago
49919d9
mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusions
by Boris Brezillon
· 6 years ago
d05a952
mtd: rawnand: jz4740: Include gpio/consumer.h instead of gpio.h
by Boris Brezillon
· 6 years ago
05b54c7
mtd: rawnand: add hooks that may be called during nand_scan()
by Miquel Raynal
· 6 years ago
7da4513
mtd: rawnand: better name for the controller structure
by Miquel Raynal
· 6 years ago
110ab15
mtd: rawnand: Remove unused caller_is_module() definition
by Boris Brezillon
· 6 years ago
bdc4e58
mtd: rawnand: s3c2410: Error out when ->nrsets < 0 or ->sets == NULL
by Boris Brezillon
· 6 years ago
760c435
mtd: rawnand: make subop helpers return unsigned values
by Miquel Raynal
· 6 years ago
d166541
mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not defined
by Boris Brezillon
· 6 years ago
c81d28a
mtd: rawnand: orion: Avoid direct inclusion of asm headers
by Boris Brezillon
· 6 years ago
317c6d9
mtd: rawnand: micron: Make ECC activation stateful
by Boris Brezillon
· 6 years ago
ef422e1
mtd: rawnand: micron: Avoid enabling/disabling ECC when it can't be disabled
by Boris Brezillon
· 6 years ago
2301780
mtd: rawnand: micron: Get the actual number of bitflips
by Boris Brezillon
· 6 years ago
cb2bf40
mtd: rawnand: micron: allow forced on-die ECC
by Chris Packham
· 6 years ago
0d6030a
mtd: rawnand: Expose _notsupp() helpers for raw page accessors
by Boris Brezillon
· 6 years ago
3ec7cb3
mtd: rawnand: micron: support 8/512 on-die ECC
by Chris Packham
· 6 years ago
dbc44ed
mtd: rawnand: micron: Fix on-die ECC detection logic
by Boris Brezillon
· 6 years ago
79e1ca3
mtd: rawnand: fsmc: Stop using chip->read_buf()
by Boris Brezillon
· 6 years ago
7330fc5
mtd: rawnand: qcom: stop using phys_to_dma()
by Arnd Bergmann
· 6 years ago
d535934a
mtd: rawnand: tegra: check bounds of die_nr properly
by Stefan Agner
· 6 years ago
6a94338
mtd: rawnand: add default values for dynamic timings
by Miquel Raynal
· 6 years ago
29597ca
mtd: rawnand: use mtd_device_register() where applicable
by Rafał Miłecki
· 6 years ago
c220473
mtd: rawnand: MTD_NAND_BCM47XXNFLASH needs CONFIG_BCMA
by Arnd Bergmann
· 6 years ago
72b77bb
mtd: rawnand: jz4740: Use the proper format specifier to print chipnr
by Boris Brezillon
· 6 years ago
b8f0fad
mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780
by Boris Brezillon
· 6 years ago
6968e07
mtd: rawnand: jz4740: Allow selection of this driver when COMPILE_TEST=y
by Boris Brezillon
· 6 years ago
e65e3a5
MIPS: jz4740: Move jz4740_nand.h header to include/linux/platform_data/jz4740
by Boris Brezillon
· 6 years ago
eaea2e7
mtd: rawnand: txx9ndfmc: Allow selection of this driver when COMPILE_TEST=y
by Boris Brezillon
· 6 years ago
dc2865a
MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9
by Boris Brezillon
· 6 years ago
a6be505
mtd: rawnand: fsl_ifc: Allow selection of this driver when COMPILE_TEST=y
by Boris Brezillon
· 6 years ago
62a3160
mtd: rawnand: fsl_ifc: Add an __iomem specifier on eccstat_regs
by Boris Brezillon
· 6 years ago
Next »