Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
422b294288f326cb62c3438f8c61343004154147
/
drivers
/
mtd
/
nand
adeceb2
mtd: nand: mxs_nand_spl: Remove nand size print
by Jagan Teki
· Fri Jan 05 12:34:23 2018 +0530
d81d60b
mtd: nand: denali: make NAND_DENALI unconfigurable option
by Masahiro Yamada
· Wed Dec 06 13:51:50 2017 +0900
5beb1b3
mtd: nand: denali: consolidate include directives
by Masahiro Yamada
· Thu Nov 30 13:45:27 2017 +0900
2cf4eba
mtd: nand: denali_dt: replace printf() with pr_err()
by Masahiro Yamada
· Thu Nov 30 13:45:26 2017 +0900
2b7a873
mtd: nand: Rename nand.h into rawnand.h
by Masahiro Yamada
· Thu Nov 30 13:45:24 2017 +0900
26ea9c9
mtd: nand: denali: remove ad-hoc board_nand_init() entry
by Masahiro Yamada
· Wed Nov 29 19:19:09 2017 +0900
59a1f3e
mtd: nand: denali: remove bogus __maybe_unused
by Masahiro Yamada
· Wed Nov 29 19:18:18 2017 +0900
a12a8e8
fix: nand: pxa3xx: fix defined but not used warnings
by Sean Nyekjaer
· Wed Nov 22 13:39:08 2017 +0100
0eb6ce0
Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· Wed Nov 29 08:26:07 2017 -0500
e7fa437
mtd: nand: zynq: Add support for the NAND lock/unlock operation
by Joe Hershberger
· Mon Nov 06 18:16:10 2017 -0800
9457d92
mtd: zynq: nand: Move board_nand_init() function to board.c
by Wilson Lee
· Wed Nov 15 01:14:35 2017 -0800
8b0c16f
mtd: nand: denali: sync with Linux 4.15-rc1
by Masahiro Yamada
· Wed Nov 22 02:38:32 2017 +0900
984926b
mtd: nand: introduce NAND_ROW_ADDR_3 flag
by Masahiro Yamada
· Wed Nov 22 02:38:31 2017 +0900
820eb48
mtd: nand: add generic helpers to check, match, maximize ECC settings
by Masahiro Yamada
· Wed Nov 22 02:38:29 2017 +0900
32935f4
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· Wed Nov 22 02:38:28 2017 +0900
b9c07b6
mtd: nand: allow drivers to request minimum alignment for passed buffer
by Masahiro Yamada
· Wed Nov 22 02:38:27 2017 +0900
d494932
mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAGE_ACCESS
by Boris Brezillon
· Wed Nov 22 02:38:26 2017 +0900
8f39721
mtd: nand: Drop the ->errstat() hook
by Boris Brezillon
· Wed Nov 22 02:38:25 2017 +0900
b9bf43c
mtd: nand: Drop unused cached programming support
by Boris Brezillon
· Wed Nov 22 02:38:24 2017 +0900
c3a2985
mtd: nand: Support controllers with custom page
by Marc Gonzalez
· Wed Nov 22 02:38:22 2017 +0900
a947e64
mtd: nand: Add a few more timings to nand_sdr_timings
by Boris Brezillon
· Wed Nov 22 02:38:21 2017 +0900
7ec6dc5
mtd: nand: Fix data interface configuration logic
by Boris Brezillon
· Wed Nov 22 02:38:20 2017 +0900
e509cba
mtd: nand: automate NAND timings selection
by Boris Brezillon
· Wed Nov 22 02:38:19 2017 +0900
e8142e2
mtd: nand: Expose data interface for ONFI mode 0
by Sascha Hauer
· Wed Nov 22 02:38:18 2017 +0900
0919fd3
mtd: nand: convert ONFI mode into data interface
by Sascha Hauer
· Wed Nov 22 02:38:17 2017 +0900
44ad3b9
mtd: nand: Create a NAND reset function
by Sascha Hauer
· Wed Nov 22 02:38:15 2017 +0900
f1a54b0
mtd: nand: Add an option to maximize the ECC strength
by Boris Brezillon
· Wed Nov 22 02:38:13 2017 +0900
14fecf9
bitops: collect BIT macros to include/linux/bitops.h
by Masahiro Yamada
· Wed Nov 22 02:38:11 2017 +0900
313b9c3
mtd: nand: zynq: Add a config option to use 1st stage bootloader timing
by Jeff Westfahl
· Mon Nov 06 00:34:46 2017 -0800
848d267
omap2: nand: Make NAND_OMAP_GPMC_PREFETCH default
by Tom Rini
· Fri Oct 20 16:55:51 2017 -0400
1f161f8
mtd: nand: fsl-ifc: fix support of multiple NAND devices
by Kurt Kanzenbach
· Fri Oct 20 11:44:25 2017 +0200
f8a5d51
mtd: replace MTDDEBUG() with pr_debug()
by Masahiro Yamada
· Wed Oct 18 00:10:48 2017 +0900
5b7c9f0
Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig
by Adam Ford
· Mon Oct 16 14:08:26 2017 -0500
b1c7273
mtd: nand: denali_dt: add clock support
by Masahiro Yamada
· Sat Oct 14 02:21:18 2017 +0900
0cd1018
mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)
by Masahiro Yamada
· Fri Sep 15 21:44:59 2017 +0900
7f9baa1
mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
by Masahiro Yamada
· Fri Sep 15 21:44:58 2017 +0900
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· Sat Sep 16 14:10:41 2017 +0900
54fde8e
mtd: nand: denali: allow to override corrupted revision register
by Masahiro Yamada
· Fri Sep 15 21:43:19 2017 +0900
9c5a5dd
mtd: nand: denali_dt: add a DT driver
by Masahiro Yamada
· Sat Aug 26 01:12:31 2017 +0900
42efb61
Convert CONFIG_NAND to Kconfig
by Adam Ford
· Mon Aug 07 17:37:18 2017 -0400
00448d2
configs: Migrate CMD_NAND*
by Tom Rini
· Fri Jul 28 21:31:42 2017 -0400
9390f3d
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Tue Jul 18 08:42:48 2017 -0400
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· Thu Jun 29 10:16:06 2017 +0200
1715622
mx6: soc: Move mxs_dma_init() into the mxs nand driver
by Fabio Estevam
· Thu Jun 29 09:33:44 2017 -0300
aa5528b
mtd: nand: make nand_info array static
by Grygorii Strashko
· Mon Jun 26 19:13:08 2017 -0500
6966625
mtd: nand: drv: use get_nand_dev_by_index()
by Grygorii Strashko
· Mon Jun 26 19:13:01 2017 -0500
7b670cc
cmd: nand: abstract global variable usage for dm conversion
by Mugunthan V N
· Mon Jun 26 19:12:51 2017 -0500
6f90e58
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
by Heiko Schocher
· Wed Jun 14 05:49:40 2017 +0200
56cf031
samsung: nand: Drop s3c2410_nand driver
by Simon Glass
· Wed May 17 08:22:45 2017 -0600
1d9af1f
dm: gpio: Add live tree support
by Simon Glass
· Tue May 30 21:47:09 2017 -0600
93c9f39
fix: nand: pxa3xx: Remove hardcode values from the driver
by Konstantin Porotchkin
· Tue Mar 28 18:16:54 2017 +0300
c6a4200
mtd: nand: Consolidate nand spl loaders implementation
by Ladislav Michl
· Sun Apr 16 15:31:59 2017 +0200
d52c551
drivers: remove Blackfin specific drivers
by Masahiro Yamada
· Fri Apr 14 10:55:00 2017 +0900
d4aab6b
mtd: nand: atmel: use another functions to set gpio value
by Wenyou Yang
· Thu Mar 23 12:55:21 2017 +0800
dc2b941
mtd: nand: am335x_spl_bch: Incorporate tWB delay in nand_command function
by Cooper Jr., Franklin
· Thu Apr 06 15:54:14 2017 -0500
fcacc70
nand: sunxi: Add options for the SPL NAND configuration
by Maxime Ripard
· Mon Feb 27 18:22:12 2017 +0100
a15b6ea
mtd: sunxi: Change U-Boot offset
by Maxime Ripard
· Mon Feb 27 18:22:09 2017 +0100
2d3100c
mtd: sunxi: Select the U-Boot location config option
by Maxime Ripard
· Mon Feb 27 18:22:08 2017 +0100
cccddf5
nand: sunxi: Fix modulo by zero error
by Maxime Ripard
· Mon Feb 27 18:22:00 2017 +0100
210ebce
Blackfin: Remove
by Tom Rini
· Tue Mar 14 11:08:10 2017 -0400
9c8b3c7
mtd: nand: remove nand size print from nand_init function
by Hou Zhiqiang
· Fri Mar 17 16:12:31 2017 +0800
5dac9d8
mtd: nand: add initialization flag
by Hou Zhiqiang
· Fri Mar 17 16:12:30 2017 +0800
814cb19
mtd: nand: build MXS driver for MX7 as well
by Andrey Yurovsky
· Fri Feb 10 10:33:34 2017 -0800
6cc5185
omap-gpmc: use SECTOR_BYTES instead of hardcoded value
by Ladislav Michl
· Mon Jan 09 11:15:14 2017 +0100
991402e
mtd: nand: mxs_nand_spl: Fix to remove twise 'NAND' print
by Jagan Teki
· Tue Jan 03 00:24:36 2017 +0100
ddc0094
NAND: davinci: add support for NAND chips with 16 bits bus
by Fabien Parent
· Tue Nov 29 14:31:29 2016 +0100
7f3f5a2
mtd: nand: add support for the TC58NVG2S0H chip
by Boris Brezillon
· Tue Nov 08 17:21:12 2016 +0100
99459c2
nand: arasan_nfc: Clear ecc on bit while sending read command
by Siva Durga Prasad Paladugu
· Thu Aug 25 16:00:04 2016 +0530
c41d5cd
mtd: nand: zynq_nand: Add nand driver support for zynq
by Siva Durga Prasad Paladugu
· Tue Sep 27 10:55:46 2016 +0530
811a822
mtd: nand: Kconfig: Add NAND_MXS entry
by Jagan Teki
· Sat Oct 08 18:00:25 2016 +0530
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
7161b6e
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Fri Sep 09 09:45:32 2016 -0400
54bf808
mtd: nand: mxs: fix cache alignment for cache lines >32
by Stefan Agner
· Mon Aug 01 23:55:18 2016 -0700
84f4148
nand: Fix some more NULL name tests
by Scott Wood
· Thu Sep 01 17:31:31 2016 -0500
3c2170a
mtd: nand: pxa3xx: use nand_set_controller_data
by Chris Packham
· Mon Aug 29 15:20:52 2016 +1200
e4fcdbb
mtd: nand: fix bug writing 1 byte less than page size
by Hector Palacios
· Mon Jul 18 09:37:41 2016 +0200
edf2440
mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NAND
by Boris Brezillon
· Wed Jun 15 21:09:25 2016 +0200
57f2038
mtd: nand: Add the sunxi NAND controller driver
by Boris Brezillon
· Wed Jun 15 21:09:23 2016 +0200
ba6463d
mtd: nand: add common DT init code
by Brian Norris
· Wed Jun 15 21:09:22 2016 +0200
d5b1c27
armv7: make gpmc_cfg const
by Ladislav Michl
· Tue Jul 12 20:28:16 2016 +0200
daec8a4
nand_spl_simple: Add a simple NAND read function
by Thomas Gleixner
· Tue Jul 12 20:28:10 2016 +0200
f6d96cb
powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL
by Sumit Garg
· Thu Jul 14 12:27:51 2016 -0400
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· Fri Jul 15 13:44:45 2016 -0400
ea19c53
mtd: nand: Drop a blank line in nand_wait()
by Andre Renaud
· Sun Jun 19 19:25:25 2016 -0600
521240c
Merge git://git.denx.de/u-boot-nand-flash
by Tom Rini
· Mon Jun 20 05:15:52 2016 -0400
3b5f884
mtd: nand: Patch remaining places where nand_to_mtd() should be used
by Boris Brezillon
· Wed Jun 15 20:56:10 2016 +0200
f3178d7
nand: nand torture: follow sync with linux v4.6
by Max Krummenacher
· Mon Jun 13 10:15:47 2016 +0200
601361f
spl: nand: sunxi: add support for NAND config auto-detection
by Boris Brezillon
· Mon Jun 06 10:17:02 2016 +0200
87cc16c
spl: nand: sunxi: split 'load page' and 'read page' logic
by Boris Brezillon
· Mon Jun 06 10:17:01 2016 +0200
dbd8710
spl: nand: sunxi: rework status polling loop
by Boris Brezillon
· Mon Jun 06 10:17:00 2016 +0200
939c75b
spl: nand: sunxi: stop guessing the redundant u-boot offset
by Boris Brezillon
· Mon Jun 06 10:16:59 2016 +0200
4f238e7
spl: nand: support redundant u-boot image
by Boris Brezillon
· Mon Jun 06 10:16:58 2016 +0200
05b769d
spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependency
by Boris Brezillon
· Mon Jun 06 10:16:57 2016 +0200
a7a401c
spl: nand: sunxi: remove support for so-called 'syndrome' mode
by Boris Brezillon
· Mon Jun 06 10:16:56 2016 +0200
edf3271
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· Mon Jun 13 08:50:58 2016 -0400
eaf2321
at91: nand: Set up the ECC strength correctly
by Andre Renaud
· Thu May 05 07:28:15 2016 -0600
cf44b94
at91: Correct NAND ECC register access
by Andre Renaud
· Thu May 05 07:28:14 2016 -0600
61a382b
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Sun Jun 12 12:51:34 2016 -0400
5bf904c
mtd: nand: omap: allow to switch to BCH16
by Heiko Schocher
· Tue Jun 07 08:55:42 2016 +0200
adb71df
nand: add nand mtd concat support
by Heiko Schocher
· Tue Jun 07 08:55:41 2016 +0200
Next »