summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-08mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus1-1/+2
2022-02-25mtd: spi-nor: renumber flagsMichael Walle1-14/+14
2022-02-25mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle1-1/+2
2022-02-25mtd: spi-nor: spansion: rename vendor specific functions and definesMichael Walle1-7/+7
2022-02-25mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle3-27/+34
2022-02-25mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle3-50/+70
2022-02-25mtd: spi-nor: spansion: slightly rework control flow in late_init()Michael Walle1-7/+6
2022-02-25mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle1-9/+9
2022-02-25mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle3-39/+60
2022-02-25mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle3-130/+135
2022-02-25mtd: spi-nor: xilinx: correct the debug messageMichael Walle1-1/+1
2022-02-25mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle1-15/+15
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle4-90/+74
2022-02-25mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle1-2/+2
2022-02-25mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle2-5/+11
2022-02-25mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle2-0/+8
2022-02-25mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle2-9/+9
2022-02-25mtd: spi-nor: xmc: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: xilinx: unify function namesMichael Walle1-9/+9
2022-02-25mtd: spi-nor: winbond: unify function namesMichael Walle1-14/+15
2022-02-25mtd: spi-nor: sst: unify function namesMichael Walle1-22/+22
2022-02-25mtd: spi-nor: spansion: unify function namesMichael Walle1-17/+17
2022-02-25mtd: spi-nor: micron-st: unify function namesMichael Walle1-17/+17
2022-02-25mtd: spi-nor: macronix: unify function namesMichael Walle1-7/+7
2022-02-25mtd: spi-nor: issi: unify function namesMichael Walle1-5/+5
2022-02-25mtd: spi-nor: intel: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: gigadevice: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: fujitsu: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: everspin: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: esmt: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: eon: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: catalyst: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: atmel: unify function namesMichael Walle1-39/+42
2022-02-20Linux 5.17-rc5v5.17-rc5Linus Torvalds1-1/+1
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2022-02-20Merge tag 'x86_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-16/+7
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+35
2022-02-20Merge tag 'edac_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-02-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-8/+29
2022-02-20Merge tag 'dmaengine-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-13/+25
2022-02-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+26
2022-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+28
2022-02-20Merge tag 'for-v5.17-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-1/+5
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+41
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds4-19/+23
2022-02-19MAINTAINERS: remove duplicate entry for i2c-qcom-geniWolfram Sang1-8/+0
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra3-16/+35
2022-02-18Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-10/+6
2022-02-18Merge tag 'acpi-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+6