blob: b6a2c2e556a838cab34fbfdb37f00ba32f8fab01 [file] [log] [blame]
e0160cd41fb8 ("mtd: rawnand: Hide the chip->data_interface indirection")
adcf98b2d874 ("mtd: rawnand: Rename nand_has_setup_data_iface()")
90d6bf481a5d ("mtd: rawnand: tango: Convert the driver to exec_op()")
ce8148d7b8f2 ("mtd: rawnand: Rename a NAND chip option")
dd6ed5c9890b ("mtd: rawnand: Translate obscure bitfields into readable macros")
fca88925d769 ("mtd: rawnand: toshiba: Support reading the number of bitflips for BENAND (Built-in ECC NAND)")
4114b17af412 ("mtd: rawnand: stm32_fmc2: avoid to lock the CPU bus")
bce9437a0a48 ("mtd: rawnand: stm32_fmc2: increase DMA completion timeouts")
bb5925480b13 ("mtd: nand: Make flags for bad block marker position more granular")
04649ec1335f ("mtd: rawnand: Always store info about bad block markers in chip struct")
d8e8fd0ebf8b ("mtd: rawnand: denali: decouple controller and NAND chips")
13defd47349e ("mtd: rawnand: denali_pci: rename goto labels")
f4f16fd3e7dc ("mtd: rawnand: denali: use bool type instead of int where appropriate")
f55411427f1c ("mtd: rawnand: denali: switch over to ->exec_op() from legacy hooks")
cf067b5be011 ("mtd: rawnand: denali: remove unneeded casts in denali_{read, write}_pio")
0e604fc9cffc ("mtd: rawnand: denali: refactor raw page accessors")
750f69b82641 ("mtd: rawnand: denali: use more nand_chip pointers for internal functions")
629a442cad5f ("mtd: rawnand: Fill memorg during detection")
080d66e94d69 ("mtd: rawnand: Use nand_to_mtd() in nand_{set,get}_flash_node()")
7a10a92f12b7 ("mtd: rawnand: denali: remove unused dma_addr field from denali_nand_info")
a8fce9fe2c44 ("mtd: rawnand: denali: remove unused function argument 'raw'")
4b3ee71be034 ("mtd: rawnand: denali: remove unneeded denali_reset_irq() call")
d4ea6ed022de ("mtd: rawnand: denali: remove ->erase hook")
8fae856c5350 ("mtd: rawnand: meson: add support for Amlogic NAND flash controller")
33c8cf421522 ("mtd: rawnand: stm32_fmc2: add polling mode")
2cd457f328c1 ("mtd: rawnand: stm32_fmc2: add STM32 FMC2 NAND flash controller driver")
7b6a9b28ecf2 ("mtd: rawnand: Deprecate the dummy_controller field")
5fb3dc114706 ("mtd: rawnand: denali: remove denali_reset_banks()")
a2a05c2f530c ("mtd: rawnand: denali: remove ->dev_ready() hook")
7a08dbaedd36 ("mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops")
f2abfeb2078b ("mtd: rawnand: Move the ->exec_op() method to nand_controller_ops")
7d6c37e90cf9 ("mtd: rawnand: Deprecate the ->select_chip() hook")
1770022ffa85 ("mtd: rawnand: ams-delta: Stop implementing ->select_chip()")
653c57c7da08 ("mtd: rawnand: vf610: Stop implementing ->select_chip()")
2ace451cae22 ("mtd: rawnand: tegra: Stop implementing ->select_chip()")
b25251414f6e ("mtd: rawnand: marvell: Stop implementing ->select_chip()")
550b9fc4e3af ("mtd: rawnand: fsmc: Stop implementing ->select_chip()")
02b4a52604a4 ("mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implemented")
ae2294b10b0f ("mtd: rawnand: Pass the CS line to be selected in struct nand_operation")
1d0178593d14 ("mtd: rawnand: Add nand_[de]select_target() helpers")
9fd6bcffe741 ("mtd: rawnand: ams-delta: Explicitly inherit from nand_controller")
d54445d664a1 ("mtd: rawnand: ams-delta: Fix various coding style issues")
336058c8f4c2 ("mtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flag")
1f2d29e634b3 ("mtd: rawnand: Move nand_exec_op() to internal.h")
99f3351a6d6e ("mtd: rawnand: Reorganize code to avoid forward declarations")
0813621ba898 ("mtd: rawnand: Stop passing mtd_info objects to internal functions")
861fbd6e808e ("mtd: rawnand: ams-delta: Convert the driver to ->exec_op()")
3bd647ee7abc ("mtd: rawnand: ams-delta: Stop using legacy .IOADDR_R/W")
b0e137ad24b6 ("mtd: rawnand: Provide helper for polling GPIO R/B pin")
0d55c668b218 ("mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset")