Age | Commit message (Expand) | Author |
2018-10-02 | cmd: mtd: add 'mtd' command | Miquel Raynal |
2018-10-02 | mtd: mtdpart: implement proper partition handling | Miquel Raynal |
2018-10-02 | mtd: uboot: search for an equivalent MTD name with the mtdids | Miquel Raynal |
2018-10-02 | mtd: mtdpart: add a generic mtdparts-like parser | Miquel Raynal |
2018-10-02 | mtd: uclass: add probe function | Miquel Raynal |
2018-09-20 | mtd: mtdpart: balance debug messages | Miquel Raynal |
2018-09-20 | mtd: declare MTD_PARTITIONS symbol in Kconfig | Miquel Raynal |
2018-09-20 | mtd: spinand: Add initial support for the MX35LF2GE4AB chip | Miquel Raynal |
2018-09-20 | mtd: spinand: Add initial support for the MX35LF1GE4AB chip | Boris Brezillon |
2018-09-20 | mtd: spinand: Add initial support for Winbond W25M02GV | Frieder Schrempf |
2018-09-20 | mtd: spinand: Add initial support for Micron MT29F2G01ABAGD | Peter Pan |
2018-09-20 | mtd: nand: Add core infrastructure to support SPI NANDs | Peter Pan |
2018-09-20 | mtd: nand: Add core infrastructure to deal with NAND devices | Boris Brezillon |
2018-09-20 | mtd: rename nand into rawnand in Kconfig prompt | Miquel Raynal |
2018-09-20 | mtd: move NAND files into a raw/ subdirectory | Miquel Raynal |
2018-09-20 | mtd: move all flash categories inside MTD submenu | Miquel Raynal |
2018-09-20 | mtd: move definitions to enlarge their range | Miquel Raynal |
2018-09-20 | mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing | Miquel Raynal |
2018-09-20 | mtd: Add sanity checks in mtd_write/read_oob() | Boris Brezillon |
2018-09-20 | mtd: Uninline mtd_write_oob and move it to mtdcore.c | Ezequiel Garcia |
2018-09-20 | mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing | Boris Brezillon |
2018-09-19 | fix: nand: pxa3xx: Add WA for eliminating flash ready timeout | David Sniatkiwicz |
2018-09-19 | nand: pxa3xx: Add support for 8KB page 4 and 8 bit ECC NAND | Konstantin Porotchkin |
2018-09-19 | nand: pxa3xx: cosmetic: add comments to the timing layout structures | Konstantin Porotchkin |
2018-09-19 | fix: nand: Replace hardcoded page chunk size with calculated one | Konstantin Porotchkin |
2018-09-19 | mtd: nand: pxa3xx: add support for Toshiba flash | Konstantin Porotchkin |
2018-09-19 | mtd: nand: pxa3xx: add support for 2KB 8-bit flash | Victor Axelrod |
2018-09-19 | mtd: nand: pxa3xx: Fix READOOB implementation | Boris Brezillon |
2018-09-19 | mtd: nand: pxa3xx_nand: add support for partial chunks | Ofer Heifetz |
2018-09-19 | mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan | Ofer Heifetz |
2018-09-19 | mtd: pxa3xx_nand: Fix initial controller configuration | Ofer Heifetz |
2018-09-19 | mtd: pxa3xx_nand: Increase the initial chunk size | Ofer Heifetz |
2018-09-19 | nand: pxa3xx: Increase READ_ID buffer and make the size static | Ofer Heifetz |
2018-09-19 | mtd: nand: pxa3xx-nand: fix random command timeouts | Ofer Heifetz |
2018-09-19 | mtd: nand: pxa3xx_nand: fix early spurious interrupt | Ofer Heifetz |
2018-09-19 | mtd: nand: pxa3xx_nand: sync pxa3xx_nand_set_sdr_timing() | Ofer Heifetz |
2018-09-19 | mtd: nand: pxa3xx_nand: use nand_to_mtd() | Ofer Heifetz |
2018-09-19 | mtd: nand: pxa3xx_nand: Increase initial buffer size | Ofer Heifetz |
2018-09-10 | mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCs | Masahiro Yamada |
2018-08-13 | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2018-08-10 | mtd: nand: fsl_ifc: Fix handling of bitflips in erased pages | Darwin Dingel |
2018-08-06 | spi: Kconfig: Create ISSI Kconfig entry | Michal Simek |
2018-08-04 | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini |
2018-08-03 | mtd: add spi flash id s25fl128l | Clément Laigle |
2018-07-31 | mtd: nand: sunxi: Return on set_feature only when not ENOTSUPP | Mylène Josserand |
2018-07-31 | mtd: nand: nand_base: Convert EINVAL into ENOTSUPP | Mylène Josserand |
2018-07-25 | mtd: nand: denali: correct buffer alignment for DMA transfer | Masahiro Yamada |
2018-07-23 | Merge branch 'master' of git://git.denx.de/u-boot-imx | Tom Rini |
2018-07-23 | mtd: nand: mxs_nand: add device tree support for i.MX 6 | Stefan Agner |
2018-07-22 | Convert CONFIG_MTD_PARTITIONS et al to Kconfig | Adam Ford |