Age | Commit message (Expand) | Author |
2020-08-10 | Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-08-09 | Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/... | Linus Torvalds |
2020-08-07 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2020-08-07 | Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd... | Richard Weinberger |
2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-03 | Merge tag 'spi-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds |
2020-08-02 | ubi: fastmap: Free fastmap next anchor peb during detach | Zhihao Cheng |
2020-08-02 | ubi: fastmap: Don't produce the initial next anchor PEB when fastmap is disabled | Zhihao Cheng |
2020-08-02 | mtd: rawnand: omap_elm: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-02 | mtd: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-02 | mtd: hyperbus: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-02 | Merge tag 'spi-nor/for-5.9' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Richard Weinberger |
2020-07-29 | Merge remote-tracking branch 'spi/for-5.9' into spi-next | Mark Brown |
2020-07-28 | mtd: revert "spi-nor: intel: provide a range for poll_timout" | Luis Alberto Herrera |
2020-07-27 | mtd: spi-nor: update read capabilities for w25q64 and s25fl064k | Rayagonda Kokatanur |
2020-07-27 | mtd: spi-nor: micron: Add SPI_NOR_DUAL_READ flag on mt25qu02g | David Clear |
2020-07-27 | mtd: spi-nor: macronix: Add support for mx66u2g45g | David Clear |
2020-07-27 | mtd: spi-nor: intel-spi: Simulate WRDI command | Alexander Sverdlin |
2020-07-24 | mtd: properly check all write ioctls for permissions | Greg Kroah-Hartman |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook |
2020-07-13 | mtd: spi-nor: Disable the flash quad mode in spi_nor_restore() | Yicong Yang |
2020-07-13 | mtd: spi-nor: Add capability to disable flash quad mode | Yicong Yang |
2020-07-13 | mtd: spi-nor: spansion: Remove s70fl01gs from flash_info | Takahiro Kuwano |
2020-07-13 | mtd: spi-nor: sfdp: do not make invalid quad enable fatal | Pratyush Yadav |
2020-07-07 | mtd: rawnand: xway: Fix build issue | Miquel Raynal |
2020-07-07 | mtd: rawnand: stm32_fmc2: get resources from parent node | Christophe Kerello |
2020-07-07 | mtd: rawnand: stm32_fmc2: use regmap APIs | Christophe Kerello |
2020-07-07 | mtd: rawnand: stm32_fmc2: do not display errors if the driver is deferred | Christophe Kerello |
2020-07-07 | mtd: rawnand: ingenic: cleanup ARRAY_SIZE() vs sizeof() use | Dan Carpenter |
2020-07-03 | mtd: spi-nor: winbond: Add support for w25q64jvm | Sven Van Asbroeck |
2020-07-03 | mtd: spi-nor: macronix: Add support for MX25R1635F | Frieder Schrempf |
2020-06-30 | iov_iter: Move unnecessary inclusion of crypto/hash.h | Herbert Xu |
2020-06-26 | mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake-H SPI serial flash | Mika Westerberg |
2020-06-26 | mtd: spi-nor: intel-spi: Add support for Intel Emmitsburg SPI serial flash | Mika Westerberg |
2020-06-26 | mtd: parsers: bcm63xx: simplify CFE detection | Álvaro Fernández Rojas |
2020-06-26 | mtd: rawnand: brcmnand: ECC error handling on EDU transfers | Kamal Dasu |
2020-06-26 | mtd: rawnand: brcmnand: Don't default to edu transfer | Kamal Dasu |
2020-06-26 | mtd: rawnand: qcom: set BAM mode only if not set already | Sivaprakash Murugesan |
2020-06-26 | mtd: rawnand: qcom: avoid write to unavailable register | Sivaprakash Murugesan |
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 |