index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
spi_flash.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-23
spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode
Patrice Chotard
1
-1
/
+0
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-5
/
+5
2021-12-27
Convert CONFIG_ENV_SPI_BUS et al to Kconfig
Tom Rini
1
-14
/
+0
2021-10-23
mtd: spi-flash: Check for zero length in legacy spi_flash_*()
Marek BehĂșn
1
-0
/
+9
2021-03-27
sf: Support querying write-protect
Simon Glass
1
-0
/
+27
2021-03-27
mtd: spi_flash_free()
Heinrich Schuchardt
1
-1
/
+3
2020-08-03
sf: Drop dm.h header file from spi_flash.h
Simon Glass
1
-1
/
+2
2020-06-29
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
1
-1
/
+1
2020-06-01
sf: Drop spl_flash_get_sw_write_prot
Jagan Teki
1
-27
/
+0
2019-12-15
mtd: spi: Export spi_flash_std_probe()
Simon Glass
1
-0
/
+12
2019-03-25
Convert CONFIG_ENV_SPI_* to Kconfig
Patrick Delaunay
1
-0
/
+14
2019-03-25
Convert CONFIG_SF_DEFAULT_* to Kconfig
Patrick Delaunay
1
-13
/
+0
2019-02-07
mtd: spi: Switch to new SPI NOR framework
Vignesh R
1
-83
/
+22
2018-11-20
sf: Add a method to obtain the block-protect setting
Simon Glass
1
-0
/
+27
2018-07-09
dm: spi: Update sandbox SPI emulation driver to use ofnode
Simon Glass
1
-1
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-01-24
spi: Remove spi_flash_probe_fdt
Mario Six
1
-12
/
+0
2016-10-06
spi: Move freescale-specific code into a private header
Simon Glass
1
-3
/
+0
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
1
-6
/
+1
2016-01-13
sf: Remove spi_flash_remove
Jagan Teki
1
-2
/
+0
2015-11-13
sf: Fix NULL pointer exception for flashes without lock methods
Bin Meng
1
-1
/
+1
2015-11-05
sf: Add SPI NOR protection mechanism
Fabio Estevam
1
-0
/
+19
2015-10-25
sf: Add FSR support to spi_flash_cmd_wait_ready
Jagan Teki
1
-2
/
+0
2015-10-25
sf: Make flash->flags use for generic usage
Jagan Teki
1
-2
/
+2
2015-07-01
spi/sf: Minor cleanups
Jagan Teki
1
-4
/
+6
2015-04-28
dm: sf: Save flash flags to struct spi_flash
Bin Meng
1
-0
/
+1
2015-04-22
spi flash: fix trivial problems
Pavel Machek
1
-5
/
+3
2015-04-18
dm: sf: Add driver model read/write/erase methods
Simon Glass
1
-6
/
+41
2014-10-22
dm: sf: Add a uclass for SPI flash
Simon Glass
1
-0
/
+70
2014-10-22
sf: Tidy up public and private header files
Simon Glass
1
-52
/
+5
2014-09-24
spl: replace CONFIG_SPL_SPI_* with CONFIG_SF_DEFAULT_*
Nikita Kiryanov
1
-0
/
+13
2014-04-22
driver: Add support of image load for MMC & SPI in SPL
Prabhakar Kushwaha
1
-0
/
+1
2014-03-07
Cosmetic: Typo fixes
Vasili Galka
1
-3
/
+3
2014-01-12
sf: Add dual memories support - DUAL_PARALLEL
Jagannadha Sutradharudu Teki
1
-1
/
+4
2014-01-12
sf: Add dual memories support - DUAL_STACKED
Jagannadha Sutradharudu Teki
1
-0
/
+8
2014-01-12
sf: Code cleanups
Jagannadha Sutradharudu Teki
1
-1
/
+4
2014-01-11
sf: Discover read dummy_byte
Jagannadha Sutradharudu Teki
1
-0
/
+2
2014-01-11
sf: Add QUAD_IO_FAST read support
Jagannadha Sutradharudu Teki
1
-1
/
+2
2014-01-11
sf: Separate the flash params table
Jagannadha Sutradharudu Teki
1
-0
/
+23
2014-01-11
sf: Add quad read/write commands support
Jagannadha Sutradharudu Teki
1
-2
/
+9
2014-01-11
sf: Add extended read commands support
Jagannadha Sutradharudu Teki
1
-0
/
+10
2013-12-09
spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node
Simon Glass
1
-0
/
+13
2013-10-14
Coding Style cleanup: remove trailing white space
Wolfgang Denk
1
-1
/
+1
2013-10-07
sf: Minor cleanups
Jagannadha Sutradharudu Teki
1
-2
/
+2
2013-10-07
sf: spi_flash cleanups
Jagannadha Sutradharudu Teki
1
-13
/
+3
2013-10-07
sf: Remove spi_flash_do_alloc references
Jagannadha Sutradharudu Teki
1
-38
/
+0
2013-10-07
sf: Add proper comment style on spi_flash structure
Jagannadha Sutradharudu Teki
1
-28
/
+39
2013-10-07
sf: probe: Add support for flag status polling
Jagannadha Sutradharudu Teki
1
-0
/
+1
2013-10-07
sf: probe: Add support for erase sector selection flag
Jagannadha Sutradharudu Teki
1
-1
/
+9
2013-10-07
sf: probe: Add support for SST_WP
Jagannadha Sutradharudu Teki
1
-0
/
+7
[next]