index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
pxa3xx_nand.c
Age
Commit message (
Expand
)
Author
2018-09-19
fix: nand: pxa3xx: Add WA for eliminating flash ready timeout
David Sniatkiwicz
2018-09-19
nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND
Konstantin Porotchkin
2018-09-19
nand: pxa3xx: cosmetic: add comments to the timing layout structures
Konstantin Porotchkin
2018-09-19
fix: nand: Replace hardcoded page chunk size with calculated one
Konstantin Porotchkin
2018-09-19
mtd: nand: pxa3xx: add support for Toshiba flash
Konstantin Porotchkin
2018-09-19
mtd: nand: pxa3xx: add support for 2KB 8-bit flash
Victor Axelrod
2018-09-19
mtd: nand: pxa3xx: Fix READOOB implementation
Boris Brezillon
2018-09-19
mtd: nand: pxa3xx_nand: add support for partial chunks
Ofer Heifetz
2018-09-19
mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
Ofer Heifetz
2018-09-19
mtd: pxa3xx_nand: Fix initial controller configuration
Ofer Heifetz
2018-09-19
mtd: pxa3xx_nand: Increase the initial chunk size
Ofer Heifetz
2018-09-19
nand: pxa3xx: Increase READ_ID buffer and make the size static
Ofer Heifetz
2018-09-19
mtd: nand: pxa3xx-nand: fix random command timeouts
Ofer Heifetz
2018-09-19
mtd: nand: pxa3xx_nand: fix early spurious interrupt
Ofer Heifetz
2018-09-19
mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing()
Ofer Heifetz
2018-09-19
mtd: nand: pxa3xx_nand: use nand_to_mtd()
Ofer Heifetz
2018-09-19
mtd: nand: pxa3xx_nand: Increase initial buffer size
Ofer Heifetz
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-12-04
mtd: nand: Rename nand.h into rawnand.h
Masahiro Yamada
2017-11-30
fix: nand: pxa3xx: fix defined but not used warnings
Sean Nyekjaer
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-05-09
fix: nand: pxa3xx: Remove hardcode values from the driver
Konstantin Porotchkin
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-01
mtd: nand: pxa3xx: use nand_set_controller_data
Chris Packham
2016-06-03
mtd: nand: Add page argument to write_page() etc.
Scott Wood
2016-06-03
mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data
Scott Wood
2016-06-03
nand: Embed mtd_info in struct nand_chip
Scott Wood
2016-04-10
drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.
Purna Chandra Mandal
2016-02-12
mtd: pxa3xx_nand: Don't alloc unneeded memory
Kevin Smith
2016-02-12
mtd: pxa3xx_nand: Correct offset calculation
Kevin Smith
2016-02-12
mtd: pxa3xx_nand: Correct null dereference
Kevin Smith
2015-12-05
Fix typo: firstly -> first.
Vagrant Cascadian
2015-08-25
mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driver
Stefan Roese