summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: qcom: Remove superfluous initialization of "ret"Manivannan Sadhasivam2023-08-181-6/+6
* mtd: rawnand: vf610_nfc: Do not check 0 for platform_get_irq()Zhu Wang2023-08-041-2/+2
* mtd: rawnand: brcmnand: Use devm_platform_ioremap_resource_byname()Li Zetao2023-08-042-8/+3
* mtd: rawnand: meson: fix build errorArseniy Krasnov2023-07-281-11/+11
* mtd: rawnand: qcom: Fix address parsing within ->exec_op()Miquel Raynal2023-07-281-6/+7
* mtd: rawnand: qcom: Early structure initializationMiquel Raynal2023-07-281-7/+5
* mtd: rawnand: qcom: Fix a typoMiquel Raynal2023-07-281-1/+1
* mtd: rawnand: qcom: Fix wrong indentationMiquel Raynal2023-07-281-5/+5
* mtd: rawnand: qcom: Fix the spacingMiquel Raynal2023-07-281-1/+1
* mtd: rawnand: qcom: Fix alignment with open parenthesisMiquel Raynal2023-07-281-9/+7
* mtd: rawnand: qcom: Use u8 instead of uint8_tMiquel Raynal2023-07-281-5/+5
* mtd: rawnand: qcom: Use the BIT() macroMiquel Raynal2023-07-281-2/+2
* mtd: rawnand: brcmnand: propagate init error -EPROBE_DEFER upRafał Miłecki2023-07-271-0/+4
* mtd: rawnand: meson: support for 512B ECC step sizeArseniy Krasnov2023-07-271-11/+34
* mtd: rawnand: marvell: add support for AC5 SoCChris Packham2023-07-152-1/+17
* mtd: rawnand: qcom: Remove legacy interfaceMd Sadre Alam2023-07-151-359/+0
* mtd: rawnand: qcom: Implement exec_op()Md Sadre Alam2023-07-151-3/+531
* mtd: nand: omap: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-151-8/+2
* mtd: nand: samsung: Convert to devm_platform_ioremap_resource() and devm_plat...Yangtao Li2023-07-121-6/+3
* mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: rawnand: fsl_upm: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: rawnand: lpc32xx_mlc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: rawnand: stm32_fmc2: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+2
* mtd: rawnand: omap2: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: rawnand: sh_flctl: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: rawnand: mxc: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-121-6/+3
* mtd: rawnand: lpc32xx_slc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: rawnand: sunxi: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-121-2/+1
* mtd: rawnand: brcmnand: Fix mtd oobsizeWilliam Zhang2023-07-121-2/+5
* mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob writeWilliam Zhang2023-07-121-2/+16
* mtd: rawnand: brcmnand: Fix crash during the panic_writeWilliam Zhang2023-07-121-1/+11
* mtd: rawnand: brcmnand: Fix potential false time out warningWilliam Zhang2023-07-121-0/+8
* mtd: rawnand: brcmnand: Fix ECC level field setting for v7.2 controllerWilliam Zhang2023-07-121-33/+41
* mtd: rawnand: meson: use NAND core API to check statusArseniy Krasnov2023-07-121-14/+12
* mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov2023-07-121-0/+1
* nand: oxnas_nand: remove obsolete raw nand driverNeil Armstrong2023-07-123-217/+0
* mtd: spinand: toshiba: add support for T{C,H}58NYG{0,2}S3HBAI4 and TH58NYG3S0...Sridharan S N2023-07-121-0/+33
* mtd: spinand: esmt: add support for F50D2G41KASridharan S N2023-07-121-0/+9
* mtd: spinand: gigadevice: add support for GD5F1GQ{4,5}RExxHSridharan S N2023-07-121-0/+20
* Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-098-30/+33
|\
| * ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma2023-07-081-1/+1
| * ntb_netdev: Fix module_init problemGeoff Levand2023-07-081-1/+1
| * ntb: intel: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * ntb: epf: Remove redundant pci_clear_masterCai Huoqing2023-07-081-8/+4
| * ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-07-081-12/+5
| * NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
| * NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang2023-07-081-0/+2
| * NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang2023-07-081-1/+1
| * ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6