blob: 92bc828a4b3779e5cec17c918ea8f3275fb0a21e [file] [log] [blame]
b5156335ac37 ("mtd: rawnand: Use the NAND framework user_conf object for ECC flags")
d7157ff49a5b ("mtd: rawnand: Use the ECC framework user input parsing bits")
1e3b37aab958 ("mtd: rawnand: Use the ECC framework OOB layouts")
53576c7bfc35 ("mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevant")
bace41f80f65 ("mtd: rawnand: Use the new ECC engine type enumeration")
ef24f97daac4 ("mtd: rawnand: Separate the ECC engine type and the ECC byte placement")
f2f64c1e9241 ("mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layer")
e0a564ae0a4b ("mtd: rawnand: Rename the ECC algorithm enumeration items")
2da45b8f0696 ("mtd: rawnand: Add a kernel doc to the ECC algorithm enumeration")
df66c27101ff ("mtd: rawnand: gpio: Get rid of the legacy interface implementation")
22b27a675d71 ("mtd: rawnand: gpio: Implement exec_op()")
b4c719685491 ("mtd: rawnand: gpio: Inherit from nand_controller")
8fac41ebe289 ("mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation")
abc846afda66 ("mtd: rawnand: fsl_upm: Inherit from nand_controller")
a50895bbdbd4 ("mtd: rawnand: fsl_upm: Use gpio descriptors")
58c5a0e04dfc ("mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()")
f760bf29f867 ("mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()")
5290833c10b9 ("mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field")
ccc49eff77be ("mtd: rawnand: fsl_upm: Remove unused mtd var")
a69ad11168dc ("mtd: rawnand: Get rid of the default ONFI timing mode")
b5b39f640c1f ("mtd: rawnand: Introduce nand_choose_best_sdr_timings()")
42a9ad050e6f ("mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper")
4c46667b3d67 ("mtd: rawnand: s/data_interface/interface_config/")
e0160cd41fb8 ("mtd: rawnand: Hide the chip->data_interface indirection")
d1bfe1e31932 ("mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max")
173d548b64e1 ("mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min")
98d6979aa898 ("mtd: rawnand: timings: Add a helper to find the closest ONFI mode")
fcaab3b26d25 ("mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned")
623c0141f560 ("mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface")
844cc4646009 ("mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc")
5e179a532a99 ("mtd: rawnand: Rename nand_init_data_interface()")
adcf98b2d874 ("mtd: rawnand: Rename nand_has_setup_data_iface()")
fe7f7b0846bd ("mtd: rawnand: Use the data interface mode entry when relevant")
6ef10df37e7d ("mtd: rawnand: Compare the actual timing values")
a63674c7cfe6 ("mtd: rawnand: Reorganize the nand_chip structure")
36017af430e6 ("mtd: rawnand: Declare the nand_manufacturer structure out of nand_chip")
271de009b7c0 ("mtd: rawnand: Rename the manufacturer structure")
8e8b2706e15d ("mtd: rawnand: Create a nand_chip operations structure")
d1f3837a507d ("mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structure")
c4cabc08d09e ("mtd: rawnand: Use unsigned types for nand_chip unsigned values")
85f54c558888 ("mtd: nand: Rename a core structure")
90d6bf481a5d ("mtd: rawnand: tango: Convert the driver to exec_op()")
5197360f9e09 ("mtd: rawnand: mtk: Convert the driver to exec_op()")
86f2b225adf4 ("mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones")
dbc2f2e6d5f9 ("mtd: rawnand: Return an enum from of_get_nand_ecc_algo()")
74e24cd2376d ("mtd: rawnand: Drop OOB_FIRST placement scheme")
f66a6fd0dc7c ("mtd: rawnand: Avoid a typedef")
5d55714fa5ac ("mtd: rawnand: ingenic: Convert the driver to exec_op()")
2e263011017c ("mtd: rawnand: ingenic: Fix the RB gpio active-high property on qi, lb60")
f6c4e661491a ("mtd: rawnand: fsl_upm: Stop using nand_release()")