index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
raw
Age
Commit message (
Expand
)
Author
2020-06-26
mtd: rawnand: trivial spelling
Kieran Bingham
2020-06-26
mtd: rawnand: gpio: Get rid of the legacy interface implementation
Boris Brezillon
2020-06-26
mtd: rawnand: gpio: Implement exec_op()
Boris Brezillon
2020-06-26
mtd: rawnand: gpio: Inherit from nand_controller
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Implement exec_op()
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Inherit from nand_controller
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Use gpio descriptors
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field
Boris Brezillon
2020-06-26
mtd: rawnand: fsl_upm: Remove unused mtd var
Boris Brezillon
2020-06-26
mtd: rawnand: Allocate the interface configurations dynamically
Miquel Raynal
2020-06-26
mtd: rawnand: Get rid of the default ONFI timing mode
Miquel Raynal
2020-06-26
mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4
Rickard x Andersson
2020-06-26
mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BC
Miquel Raynal
2020-06-26
mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3E
Miquel Raynal
2020-06-26
mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00
Miquel Raynal
2020-06-26
mtd: rawnand: Add the ->choose_interface_config() hook
Miquel Raynal
2020-06-26
mtd: rawnand: Introduce nand_choose_best_sdr_timings()
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper
Miquel Raynal
2020-06-26
mtd: rawnand: s/data_interface/interface_config/
Miquel Raynal
2020-06-26
mtd: rawnand: Hide the chip->data_interface indirection
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Add a helper to find the closest ONFI mode
Miquel Raynal
2020-06-26
mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
Miquel Raynal
2020-06-26
mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc
Miquel Raynal
2020-06-26
mtd: rawnand: Rename nand_init_data_interface()
Miquel Raynal
2020-06-26
mtd: rawnand: Fix nand_setup_data_interface() description
Miquel Raynal
2020-06-26
mtd: rawnand: Rename nand_has_setup_data_iface()
Miquel Raynal
2020-06-26
mtd: rawnand: Use the data interface mode entry when relevant
Miquel Raynal
2020-06-26
mtd: rawnand: Compare the actual timing values
Miquel Raynal
2020-06-26
mtd: rawnand: Rename the manufacturer structure
Miquel Raynal
2020-06-26
mtd: rawnand: Create a nand_chip operations structure
Miquel Raynal
2020-06-26
mtd: nand: Drop useless 'depends on' in Kconfig
Miquel Raynal
2020-06-26
mtd: rawnand: tango: Convert the driver to exec_op()
Boris Brezillon
2020-06-15
nandsim: Fix return code testing of ns_find_operation()
Richard Weinberger
2020-06-15
mtd: rawnand: mtk: Convert the driver to exec_op()
Boris Brezillon
2020-06-01
Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Richard Weinberger
2020-05-31
mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones
Miquel Raynal
2020-05-31
mtd: rawnand: Return an enum from of_get_nand_ecc_algo()
Miquel Raynal
2020-05-31
mtd: rawnand: Drop OOB_FIRST placement scheme
Miquel Raynal
2020-05-31
mtd: rawnand: Avoid a typedef
Miquel Raynal
2020-05-31
mtd: rawnand: Stop using nand_release()
Miquel Raynal
2020-05-31
mtd: rawnand: nandsim: Reorganize ns_cleanup_module()
Miquel Raynal
2020-05-31
mtd: rawnand: nandsim: Rename a label in ns_init_module()
Miquel Raynal
2020-05-31
mtd: rawnand: nandsim: Manage lists on error in ns_init_module()
Miquel Raynal
[prev]
[next]