summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/sf-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-03-27sf: Support querying write-protectSimon Glass1-0/+9
2021-03-27mtd: spi_flash_free()Heinrich Schuchardt1-5/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05spi: Tweak a few strange SPI NOR features for of-platdataSimon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-1/+1
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki1-9/+0
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass1-1/+1
2018-11-21sf: Add a method to obtain the block-protect settingSimon Glass1-0/+9
2018-10-09dm: spi: Add logging of some return valuesSimon Glass1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2016-01-15dm: spi_flash: Allow the uclass to work without printf()Simon Glass1-1/+7
2016-01-13sf: Remove spi_flash_removeJagan Teki1-6/+1
2015-11-19dm: sf: Add support for all targets which requires MANUAL_RELOCMichal Simek1-0/+23
2015-05-06dm: sf: Update default name of spi flash in structure udeviceHaikun.Wang@freescale.com1-2/+2
2015-04-18dm: sf: Add driver model read/write/erase methodsSimon Glass1-0/+16
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2014-10-22dm: sf: Add a uclass for SPI flashSimon Glass1-0/+63