index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi
/
sf_ops.c
Age
Commit message (
Expand
)
Author
2015-12-11
sf: Rename sf_ops.c to spi-flash.c
Jagan Teki
2015-12-11
sf: sf_probe: Remove spi_slave pointer argument
Jagan Teki
2015-12-11
sf: ops: Fix missing break on spansion read_bar
Jagan Teki
2015-12-11
sf: Remove unneeded header includes
Jagan Teki
2015-12-11
sf: Flash power up read-only based on idcode0
Jagan Teki
2015-12-11
sf: Use simple name for register access functions
Jagan Teki
2015-12-11
sf: Use static for file-scope functions
Jagan Teki
2015-12-11
sf: probe: Code cleanup
Jagan Teki
2015-12-11
sf: Move read_id code to sf_ops
Jagan Teki
2015-12-11
sf: Move spi_flash_scan code to sf_ops
Jagan Teki
2015-11-18
spi: sf_ops: Check the return value from spi_flash_cmd_read_status()
Fabio Estevam
2015-11-18
sf: Add lock ops for SST SPI NOR flash
Fabio Estevam
2015-11-13
sf: Fix NULL pointer exception for flashes without lock methods
Bin Meng
2015-11-05
sf: Add SPI NOR protection mechanism
Fabio Estevam
2015-11-05
sf: Add SPI protection mechanism from the kernel
Fabio Estevam
2015-10-25
sf: Add FSR support to spi_flash_cmd_wait_ready
Jagan Teki
2015-10-25
sf: Update status reg check in spi_flash_cmd_wait_ready
Jagan Teki
2015-10-25
sf: Optimize BAR write code
Jagan Teki
2015-10-25
sf: Return bank_sel, if flash->bank_curr == bank_sel
Jagan Teki
2015-08-17
sf: ops: Add spi_flash_copy_mmap function
Tom Rini
2015-04-22
sf: Poll both the read status and flag status
Siva Durga Prasad Paladugu
2014-12-13
spi: sf: Support byte program for sst spi flash
Bin Meng
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-08-06
sf: sf_ops: Stop leaking memory
Marek Vasut
2014-03-17
sf: ops: Squash the malloc+memset combo
Jagannadha Sutradharudu Teki
2014-01-12
sf: Add CONFIG_SF_DUAL_FLASH
Jagannadha Sutradharudu Teki
2014-01-12
sf: Add dual memories support - DUAL_PARALLEL
Jagannadha Sutradharudu Teki
2014-01-12
sf: Add dual memories support - DUAL_STACKED
Jagannadha Sutradharudu Teki
2014-01-12
sf: ops: Unify read_ops bank configuration
Jagannadha Sutradharudu Teki
2014-01-12
sf: Code cleanups
Jagannadha Sutradharudu Teki
2014-01-11
sf: Divide flash register ops from QEB code
Jagannadha Sutradharudu Teki
2014-01-11
sf: Add macronix set QEB support
Jagannadha Sutradharudu Teki
2014-01-11
sf: Discover read dummy_byte
Jagannadha Sutradharudu Teki
2014-01-11
sf: Set quad enable bit support
Jagannadha Sutradharudu Teki
2014-01-11
sf: ops: Add configuration register writing support
Jagannadha Sutradharudu Teki
2014-01-11
sf: Add quad read/write commands support
Jagannadha Sutradharudu Teki
2014-01-11
sf: Add extended read commands support
Jagannadha Sutradharudu Teki
2013-12-19
driver: mtd: sf_ops: claim bus while doing memcpy
Poddar, Sourav
2013-10-16
sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones
Jagannadha Sutradharudu Teki
2013-10-16
sf: Minor cleanups.
Jagannadha Sutradharudu Teki
2013-10-16
sf_ops: Unify bank_sel calculation code
Jagannadha Sutradharudu Teki
2013-10-07
sf: Add memory mapped read support
Poddar, Sourav
2013-10-07
sf: Rename spi_flash files
Jagannadha Sutradharudu Teki