index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
/
nand.h
Age
Commit message (
Expand
)
Author
2017-04-25
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
2017-04-25
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
2017-04-25
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
2017-03-08
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
2017-03-08
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
2017-03-08
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
2017-03-08
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
2017-03-08
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
2017-03-08
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
2017-03-08
mtd: nand: Add manufacturer specific initialization/detection steps
Boris Brezillon
2017-03-08
mtd: nand: Do not expose the NAND manufacturer table directly
Boris Brezillon
2017-03-08
mtd: nand: Rename the nand_manufacturers struct
Boris Brezillon
2017-03-08
mtd: nand: Store nand ID in struct nand_chip
Boris Brezillon
2017-02-08
Merge tag 'nand/for-4.11' of github.com:linux-nand/linux
Brian Norris
2017-02-08
mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chip
Zach Brown
2017-02-06
mtd: nand: Add Winbond manufacturer id
Andrey Jr. Melnikov
2017-01-30
mtd: nand: fix nand.h kernel-doc warnings
Randy Dunlap
2016-11-29
Merge tag 'nand/for-4.10' of github.com:linux-nand/linux
Brian Norris
2016-11-19
mtd: nand: Support controllers with custom page
Marc Gonzalez
2016-11-07
mtd: nand: Wait tCCS after a column change
Boris Brezillon
2016-11-07
mtd: nand: Add a few more timings to nand_sdr_timings
Boris Brezillon
2016-10-28
mtd: nand: Fix data interface configuration logic
Boris Brezillon
2016-09-23
mtd: nand: Provide nand_cleanup() function to free NAND related resources
Richard Weinberger
2016-09-23
mtd: nand: Add an option to maximize the ECC strength
Boris Brezillon
2016-09-23
mtd: nand: automate NAND timings selection
Boris Brezillon
2016-09-23
mtd: nand: Expose data interface for ONFI mode 0
Sascha Hauer
2016-09-23
mtd: nand: Add function to convert ONFI mode to data_interface
Sascha Hauer
2016-09-23
mtd: nand: Introduce nand_data_interface
Sascha Hauer
2016-09-23
mtd: nand: Create a NAND reset function
Sascha Hauer
2016-09-23
mtd: nand: remove unnecessary 'extern' from function declarations
Sascha Hauer
2016-09-23
mtd: nand: import nand_hw_control_init()
Marc Gonzalez
2016-06-09
mtd: nand: add ESMT manufacturer
Rafał Miłecki
2016-05-05
mtd: mtd: drop NAND_ECC_SOFT_BCH enum value
Rafał Miłecki
2016-05-05
mtd: nand: kill the ecc->layout field
Boris Brezillon
2016-04-19
mtd: nand: implement the default mtd_ooblayout_ops
Boris Brezillon
2016-04-19
mtd: nand: export default read/write oob functions
Boris Brezillon
2016-04-19
mtd: nand: add new enum for storing ECC algorithm
Rafał Miłecki
2016-03-10
mtd: nand: don't select chip in nand_chip's block_bad op
Archit Taneja
2016-01-26
mtd: nand: kill unused ->ecclayout field in platform_nand_chip struct
Boris BREZILLON
2016-01-22
mtd: nand: add NAND_NEED_SCRAMBLING option flag
Boris BREZILLON
2016-01-07
mtd: nand: add helpers to access ->priv
Boris BREZILLON
2016-01-06
mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functions
Boris BREZILLON
2016-01-06
mtd: nand: return consistent error codes in ecc.correct() implementations
Boris BREZILLON
2015-12-18
mtd: nand: remove unused and buggy get_platform_nandchip() helper function
Boris BREZILLON
2015-12-18
mtd: nand: kill the chip->flash_node field
Boris BREZILLON
2015-12-18
mtd: nand: update mtd_to_nand()
Boris BREZILLON
2015-12-08
mtd: nand: add nand_to_mtd() helper
Boris BREZILLON
2015-12-08
mtd: nand: embed an mtd_info structure into nand_chip
Boris BREZILLON
2015-12-01
mtd: nand: fix typo (t_ald -> t_adl)
Brian Norris
2015-12-01
mtd: nand: fix ONFI parameter page layout
Boris BREZILLON
[next]