index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
cfi_flash.c
Age
Commit message (
Expand
)
Author
2018-01-29
cfi_flash: Add missing braces in blocks
Mario Six
2018-01-29
cfi_flash: Remove unnecessary braces
Mario Six
2018-01-29
cfi_flash: Fix comment style
Mario Six
2018-01-29
cfi_flash: Use __func__ macro instead of function name
Mario Six
2018-01-29
cfi_flash: Fix logical continuations
Mario Six
2018-01-29
cfi_flash: Remove braces for single-statement blocks
Mario Six
2018-01-29
cfi_flash: Fix missing/superfluous lines
Mario Six
2018-01-29
cfi_flash: Fix spacing around casts/operators
Mario Six
2018-01-29
cfi_flash: Fix indent of case statements
Mario Six
2018-01-29
cfi_flash: Fix whitespace with casting
Mario Six
2018-01-29
cfi_flash: Fix Parenthesis spacing
Mario Six
2018-01-29
cfi_flash: Fix style of pointer declarations
Mario Six
2018-01-29
cfi_flash: Fix space between function name and parenthesis
Mario Six
2017-12-04
mtd: cfi: Fix checking status register feature
York Sun
2017-09-26
mtd: cfi: Add support for status register polling
Marek Vasut
2017-09-26
mtd: cfi: Zap cfi_flash_base in DM case
Marek Vasut
2017-08-22
mtd: cfi: staticize functions
Marek Vasut
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-06-01
fdt: Rename a few functions in fdt_support
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-12-04
mtd: cfi_flash: fix indentation
Andre Przywara
2016-07-20
mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips
Daniel Schwierzeck
2016-04-13
mtd: cfi: Unlock current sector instead of sector 0 before buffered write
Rouven Behr
2016-03-27
cfi_flash: return device into read array mode after reading status
Vasily Khoruzhick
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-11-12
cfi_flash: convert to driver model
Thomas Chou
2015-10-27
cfi_flash: use specific width types for cword
Ryan Harkin
2014-10-25
cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}
Jeroen Hofstee
2014-10-06
cfi_flash: don't hide write/erase errors
Baruch Siach
2014-07-18
mtd: cfi_flash: fix clang warning
Jeroen Hofstee
2013-07-26
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
Tom Rini
2013-07-25
cfi_flash: use buffer length in unmap_physmem()
Kuo-Jung Su
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-26
mtd: cfi_flash: Use ARRAY_SIZE at appropriate places
Axel Lin
2013-05-23
cfi_flash: return NULL for invalid base address input
Masahiro Yamada
2013-05-23
cosmetic: cfi_flash: delete a space after an unary operator
Masahiro Yamada
2013-05-23
cfi_flash: Fix unaligned accesses to cfi_qry structure
Andrew Gabbasov
2013-04-12
Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"
Stefan Roese
2013-04-12
Revert "cfi_flash: Use uintptr_t for casts from u32 to void *"
Stefan Roese
2013-04-04
cfi_flash: Use uintptr_t for casts from u32 to void *
Stefan Roese
2013-04-02
mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices
Jagannadha Sutradharudu Teki
2013-04-02
mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support
aaron.williams@caviumnetworks.com
2013-01-10
cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd
Stefan Roese
2013-01-10
cfi_flash: Enable PPB protection for all AMD cmdset flash chips
Stefan Roese
2013-01-10
cfi_flash: Read PPB sector protection from device for AMD/Spansion chips
Stefan Roese
2013-01-10
cfi_flash: Add manufact_match helper function
Stefan Roese
2013-01-10
mtd/cfi: add support for SST 4KB sector granularity
Angelo Dureghello
2012-11-04
drivers/mtd/cfi_flash.c: sparse fixes
Kim Phillips
2012-09-03
cfi: Make the flash erase and write operations abortable
Joe Hershberger
2012-09-03
cfi: Check for blank before erase
Joe Hershberger
[next]