Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
781e8f6cb18f81c704b34d376b5d973c72310617
/
drivers
/
mtd
/
nand
4a610fa
mtd: nand: denali: correct buffer alignment for DMA transfer
by Masahiro Yamada
· 6 years ago
f0306a1
Merge branch 'master' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
c7f367b
mtd: nand: mxs_nand: add device tree support for i.MX 6
by Stefan Agner
· 6 years ago
eba7f1f
Convert CONFIG_NAND_DAVINCI to Kconfig
by Adam Ford
· 6 years ago
e7db856
Convert CONFIG_NAND_ATMEL to Kconfig
by Adam Ford
· 6 years ago
d294335
Convert CONFIG_NAND_LPC32XX_SLC to Kconfig
by Adam Ford
· 6 years ago
4368f85
mtd: nand: mxs_nand_spl: add mxs_flash_full_ident
by Jörg Krause
· 7 years ago
f3f2af3
mtd: nand: mxs_nand_spl: refactor mxs_flash_ident
by Jörg Krause
· 7 years ago
15e207f
spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips
by Jörg Krause
· 7 years ago
da37d09
mtd: nand: export nand_get_flash_type function
by Jörg Krause
· 7 years ago
6275445
mtd: nand: mxs_nand: add support for specific ECC strength
by Stefan Agner
· 6 years ago
f75e83b
mtd: nand: mxs_nand: add device tree support
by Stefan Agner
· 6 years ago
6874834
mtd: nand: mxs_nand: move structs into header file
by Stefan Agner
· 6 years ago
502bdc6
mtd: nand: mxs_nand: add use_minimum_ecc to struct
by Stefan Agner
· 6 years ago
3b1328a
mtd: nand: mxs_nand: separate board/controller init
by Stefan Agner
· 6 years ago
0d4e9d8
mtd: nand: mxs_nand: use more precise function name
by Stefan Agner
· 6 years ago
931747e
mtd: nand: mxs_nand: move register structs to driver data
by Stefan Agner
· 6 years ago
984df7a
mtd: nand: mxs_nand: add minimal ECC support
by Stefan Agner
· 6 years ago
5c69dd0
mtd: nand: mxs_nand: report correct ECC parameters
by Stefan Agner
· 6 years ago
28897e8
mtd: nand: mxs_nand: use structure for BCH geometry
by Stefan Agner
· 6 years ago
dc0b69f
mtd: nand: mxs_nand: allow to enable BBT support
by Stefan Agner
· 6 years ago
5346c31
mtd: nand: mxs_nand: use self init
by Stefan Agner
· 6 years ago
9345943
mtd: nand: mxs_nand: introduce SPL specific init
by Stefan Agner
· 6 years ago
9a66328
Merge git://git.denx.de/u-boot-tegra
by Tom Rini
· 7 years ago
3b52847
Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 7 years ago
9fdde6c
nand: zynq: Send address cycles as per onfi parameter page
by Siva Durga Prasad Paladugu
· 7 years ago
9ca8388
nand: zynq: Add support for 16-bit buswidth
by Siva Durga Prasad Paladugu
· 7 years ago
4b11a62
mtd: nand: tegra: convert to driver model and live tree
by Marcel Ziswiler
· 7 years ago
e8c669a
mtd: nand: fsl_ifc: Fix nand waitfunc return value
by Jagdish Gediya
· 7 years ago
f195fad
mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
by Jagdish Gediya
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
41b7d7f
nand: zynq: Cleanup initialization
by Ezequiel Garcia
· 7 years ago
07c5cbb
nand: zynq: Fix driver initialization
by Ezequiel Garcia
· 7 years ago
6fbbe2d
nand: arasan_nfc: Fixed NAND write issue
by Vipul Kumar
· 7 years ago
e294ba0
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
748b5b3
sunxi: move the NAND parameters to Kconfig
by Miquel Raynal
· 7 years ago
b56052f
sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig
by Miquel Raynal
· 7 years ago
6d094d5
sunxi: automatically select SPL_NAND_SUPPORT in Kconfig
by Miquel Raynal
· 7 years ago
663e8a9
sunxi: allow NAND support to be compiled for sun8i platforms
by Miquel Raynal
· 7 years ago
6ddbb1e
spl: nand: sunxi: use PIO instead of DMA
by Miquel Raynal
· 7 years ago
7440bd7
spl: nand: sunxi: declare the ecc_bytes array globally
by Miquel Raynal
· 7 years ago
22f0aa0
spl: nand: sunxi: make the reset column helper more generic
by Miquel Raynal
· 7 years ago
4dac80a
spl: nand: sunxi: ensure enough time has passed after changing the column
by Miquel Raynal
· 7 years ago
a084cb6
spl: nand: sunxi: create an helper to handle command execution
by Miquel Raynal
· 7 years ago
781e70c
spl: nand: sunxi: add missing status clear
by Miquel Raynal
· 7 years ago
60fb179
spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helper
by Miquel Raynal
· 7 years ago
28f7a9d
spl: nand: sunxi: introduce the nand_wait_int() helper
by Miquel Raynal
· 7 years ago
802f766
spl: nand: sunxi: fix typo on register name
by Miquel Raynal
· 7 years ago
a0a984e
spl: nand: sunxi: fix second case of modulo by zero error
by Miquel Raynal
· 7 years ago
f3aff37
mtd: nand: sunxi: fix ECC strength choice
by Miquel Raynal
· 7 years ago
2453c69
arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or more
by Vipul Kumar
· 7 years ago
ec9c80d
nand: Remove unused ppc4xx NAND driver and references
by Stefan Roese
· 7 years ago
99bec1a
Convert CONFIG_APBH_DMA et al to Kconfig
by Adam Ford
· 7 years ago
c87c811
Convert CONFIG_NAND_MXS to Kconfig
by Stefan Agner
· 7 years ago
d55c815
nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT
by Ezequiel Garcia
· 7 years ago
f25ac66
nand: arasan_nfc: Use the calculated ecc address for updating ecc register
by Siva Durga Prasad Paladugu
· 7 years ago
cacb8a0
nand: arasan_nfc: Add support for ondie ecc
by Siva Durga Prasad Paladugu
· 7 years ago
b08fc34
nand: arasan_nfc: Move common ecc struct initialization init routine
by Siva Durga Prasad Paladugu
· 7 years ago
ca9d211
mtd: nand: mxs_nand_spl: Remove nand size print
by Jagan Teki
· 7 years ago
dc774e6
mtd: nand: denali: make NAND_DENALI unconfigurable option
by Masahiro Yamada
· 7 years ago
0faef2e
mtd: nand: denali: consolidate include directives
by Masahiro Yamada
· 7 years ago
681ed4d
mtd: nand: denali_dt: replace printf() with pr_err()
by Masahiro Yamada
· 7 years ago
6ae3900
mtd: nand: Rename nand.h into rawnand.h
by Masahiro Yamada
· 7 years ago
57f9bb9
mtd: nand: denali: remove ad-hoc board_nand_init() entry
by Masahiro Yamada
· 7 years ago
1a7e176
mtd: nand: denali: remove bogus __maybe_unused
by Masahiro Yamada
· 7 years ago
e13921a
fix: nand: pxa3xx: fix defined but not used warnings
by Sean Nyekjaer
· 7 years ago
b06c46d
Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 7 years ago
6d3fa0d
mtd: nand: zynq: Add support for the NAND lock/unlock operation
by Joe Hershberger
· 7 years ago
310995d
mtd: zynq: nand: Move board_nand_init() function to board.c
by Wilson Lee
· 7 years ago
350d052
mtd: nand: denali: sync with Linux 4.15-rc1
by Masahiro Yamada
· 7 years ago
e600137
mtd: nand: introduce NAND_ROW_ADDR_3 flag
by Masahiro Yamada
· 7 years ago
470c29d
mtd: nand: add generic helpers to check, match, maximize ECC settings
by Masahiro Yamada
· 7 years ago
52cde35
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· 7 years ago
436fb2b
mtd: nand: allow drivers to request minimum alignment for passed buffer
by Masahiro Yamada
· 7 years ago
c7c553f
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAGE_ACCESS
by Boris Brezillon
· 7 years ago
94b50a8
mtd: nand: Drop the ->errstat() hook
by Boris Brezillon
· 7 years ago
4d75596
mtd: nand: Drop unused cached programming support
by Boris Brezillon
· 7 years ago
1fb87de
mtd: nand: Support controllers with custom page
by Marc Gonzalez
· 7 years ago
6f84b26
mtd: nand: Add a few more timings to nand_sdr_timings
by Boris Brezillon
· 7 years ago
3d841b3
mtd: nand: Fix data interface configuration logic
by Boris Brezillon
· 7 years ago
27c4792
mtd: nand: automate NAND timings selection
by Boris Brezillon
· 7 years ago
b893e83
mtd: nand: Expose data interface for ONFI mode 0
by Sascha Hauer
· 7 years ago
46deff5
mtd: nand: convert ONFI mode into data interface
by Sascha Hauer
· 7 years ago
1728eb5
mtd: nand: Create a NAND reset function
by Sascha Hauer
· 7 years ago
19d30de
mtd: nand: Add an option to maximize the ECC strength
by Boris Brezillon
· 7 years ago
ed3986c
bitops: collect BIT macros to include/linux/bitops.h
by Masahiro Yamada
· 7 years ago
8000d6e
mtd: nand: zynq: Add a config option to use 1st stage bootloader timing
by Jeff Westfahl
· 7 years ago
39e7096
omap2: nand: Make NAND_OMAP_GPMC_PREFETCH default
by Tom Rini
· 7 years ago
99145c4
mtd: nand: fsl-ifc: fix support of multiple NAND devices
by Kurt Kanzenbach
· 7 years ago
166cae2
mtd: replace MTDDEBUG() with pr_debug()
by Masahiro Yamada
· 7 years ago
0a9ef45
Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig
by Adam Ford
· 7 years ago
a89b9bc
mtd: nand: denali_dt: add clock support
by Masahiro Yamada
· 7 years ago
fe3fddf
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
by Masahiro Yamada
· 7 years ago
6f29c7a
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
by Masahiro Yamada
· 7 years ago
9b643e3
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
6c71b6f
mtd: nand: denali: allow to override corrupted revision register
by Masahiro Yamada
· 7 years ago
1d9654d
mtd: nand: denali_dt: add a DT driver
by Masahiro Yamada
· 7 years ago
5bbc265
Convert CONFIG_NAND to Kconfig
by Adam Ford
· 7 years ago
8f1a80e
configs: Migrate CMD_NAND*
by Tom Rini
· 7 years ago
Next »