summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/sf_probe.c
AgeCommit message (Expand)Author
2019-04-12mtd: sf_probe: remove spi-flash compatibleNeil Armstrong
2019-02-07mtd: spi: Switch to new SPI NOR frameworkVignesh R
2019-02-07mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-06mtd: sf: Unregister the MTD device prior to removing the spi_flash objBoris Brezillon
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass
2018-10-09dm: spi: Add logging of some return valuesSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-24sf_probe: Merge spi_flash_probe_tail into spi_flash_probeMario Six
2018-01-24spi: sf_probe: Fix style violationsMario Six
2018-01-24spi: Remove spi_flash_probe_fdtMario Six
2016-02-26spi: Correct two error return valuesSimon Glass
2016-01-13spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUADJagan Teki
2016-01-13spi: Use mode instead of op_mode_txJagan Teki
2015-12-11sf: Use static for file-scope functionsJagan Teki
2015-12-11sf: sf_probe: Remove spi_slave pointer argumentJagan Teki
2015-12-11sf: Remove unneeded header includesJagan Teki
2015-12-11sf: Move read_id code to sf_opsJagan Teki
2015-12-11sf: Move spi_flash_scan code to sf_opsJagan Teki
2015-12-11sf: spi_flash_validate_params => spi_flash_scanJagan Teki
2015-11-18sf: Correct flash->flags for SST flashBin Meng
2015-11-18sf: Add lock ops for SST SPI NOR flashFabio Estevam
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam
2015-10-28Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2015-10-25sf: Add FSR support to spi_flash_cmd_wait_readyJagan Teki
2015-10-25sf: Make flash->flags use for generic usageJagan Teki
2015-10-25sf: Add spi_flash_read_barJagan Teki
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-06-30mtd, spi: Add MTD layer driverDaniel Schwierzeck
2015-04-28sf: Fix to compute proper sector_sizeJagannadha Sutradharudu Teki
2015-04-28dm: sf: Make SST flash write op work againBin Meng
2015-04-28dm: sf: Save flash flags to struct spi_flashBin Meng
2015-04-23Revert "spi: add config option to enable the WP pin function on st micron fla...Jagannadha Sutradharudu Teki
2015-04-22mtd: spi: check return value of spi_setup_slavePeng Fan
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-01-29dm: spi: Move slave details to child platdataSimon Glass
2014-12-13sf: Enable byte program supportJagannadha Sutradharudu Teki
2014-12-13sf: Fix look for the fastest read commandJagannadha Sutradharudu Teki
2014-10-22dm: Convert spi_flash_probe() and 'sf probe' to use driver modelSimon Glass
2014-10-22spi: Use error return value in sf_opsSimon Glass
2014-07-23spi: add config option to enable the WP pin function on st micron flashesHeiko Schocher
2014-06-08sf: probe: Fix quad bit set pathPoddar, Sourav
2014-03-17mtd: spi: Fix page size for S25FL032P,S25FL064PMarek Vasut
2014-03-17sf: Squash the malloc+memset comboMarek Vasut
2014-01-12sf: Add CONFIG_SF_DUAL_FLASHJagannadha Sutradharudu Teki
2014-01-12sf: Add dual memories support - DUAL_PARALLELJagannadha Sutradharudu Teki
2014-01-12sf: Add dual memories support - DUAL_STACKEDJagannadha Sutradharudu Teki
2014-01-12sf: Code cleanupsJagannadha Sutradharudu Teki