Commit Graph

148 Commits (9f720216b746f29606955baca9bf7211e35aaa53)

Author SHA1 Message Date
Mario Six 9f720216b7 cfi_flash: Fix spelling of "Unknown" 6 years ago
Mario Six 12d7fed9b9 cfi_flash: Add missing braces in blocks 6 years ago
Mario Six 4f89da49e7 cfi_flash: Remove unnecessary braces 6 years ago
Mario Six a6d18f27c3 cfi_flash: Fix comment style 6 years ago
Mario Six 38d2831d3b cfi_flash: Use __func__ macro instead of function name 6 years ago
Mario Six 88ecd8bf7c cfi_flash: Fix logical continuations 6 years ago
Mario Six 0412e903e4 cfi_flash: Remove braces for single-statement blocks 6 years ago
Mario Six 7223a8cb27 cfi_flash: Fix missing/superfluous lines 6 years ago
Mario Six 640f4e35de cfi_flash: Fix spacing around casts/operators 6 years ago
Mario Six dde0913b85 cfi_flash: Fix indent of case statements 6 years ago
Mario Six db91bb242f cfi_flash: Fix whitespace with casting 6 years ago
Mario Six b168386ba9 cfi_flash: Fix Parenthesis spacing 6 years ago
Mario Six ca2b07a8d4 cfi_flash: Fix style of pointer declarations 6 years ago
Mario Six 188a55651f cfi_flash: Fix space between function name and parenthesis 6 years ago
York Sun 2544f47078 mtd: cfi: Fix checking status register feature 7 years ago
Marek Vasut 72443c7f7d mtd: cfi: Add support for status register polling 7 years ago
Marek Vasut 1ec0a37e1c mtd: cfi: Zap cfi_flash_base in DM case 7 years ago
Marek Vasut 236c49a1c8 mtd: cfi: staticize functions 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass eed36609b5 fdt: Rename a few functions in fdt_support 7 years ago
Simon Glass e160f7d430 dm: core: Replace of_offset with accessor 7 years ago
Andre Przywara 58eab3287b mtd: cfi_flash: fix indentation 8 years ago
Daniel Schwierzeck 55edb9d4d5 mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips 8 years ago
Rouven Behr 7570a0cc75 mtd: cfi: Unlock current sector instead of sector 0 before buffered write 8 years ago
Vasily Khoruzhick edc498c651 cfi_flash: return device into read array mode after reading status 8 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Thomas Chou f105691043 cfi_flash: convert to driver model 9 years ago
Ryan Harkin 622b95274e cfi_flash: use specific width types for cword 9 years ago
Jeroen Hofstee 00dcb07c54 cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64} 10 years ago
Baruch Siach 9169305599 cfi_flash: don't hide write/erase errors 10 years ago
Jeroen Hofstee c15df21fe7 mtd: cfi_flash: fix clang warning 10 years ago
Kuo-Jung Su d8b57c0a83 cfi_flash: use buffer length in unmap_physmem() 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Axel Lin 31bf0f57b2 mtd: cfi_flash: Use ARRAY_SIZE at appropriate places 11 years ago
Masahiro Yamada 24c185cf58 cfi_flash: return NULL for invalid base address input 11 years ago
Masahiro Yamada e2e273a3d7 cosmetic: cfi_flash: delete a space after an unary operator 11 years ago
Andrew Gabbasov aedadf10f0 cfi_flash: Fix unaligned accesses to cfi_qry structure 11 years ago
Stefan Roese e303be2d28 Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support" 11 years ago
Stefan Roese b9589ec1a3 Revert "cfi_flash: Use uintptr_t for casts from u32 to void *" 11 years ago
Stefan Roese 81a4f7098b cfi_flash: Use uintptr_t for casts from u32 to void * 11 years ago
Jagannadha Sutradharudu Teki c502321c4a mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices 11 years ago
aaron.williams@caviumnetworks.com 239cb9d904 mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support 11 years ago
Stefan Roese d2af028db3 cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd 12 years ago
Stefan Roese ac6b911514 cfi_flash: Enable PPB protection for all AMD cmdset flash chips 12 years ago
Stefan Roese 03deff433e cfi_flash: Read PPB sector protection from device for AMD/Spansion chips 12 years ago
Stefan Roese 20043a4c3c cfi_flash: Add manufact_match helper function 12 years ago
Angelo Dureghello 07b2c5c0e5 mtd/cfi: add support for SST 4KB sector granularity 12 years ago
Kim Phillips 11dc401079 drivers/mtd/cfi_flash.c: sparse fixes 12 years ago
Joe Hershberger de15a06aad cfi: Make the flash erase and write operations abortable 12 years ago
Joe Hershberger 6822a647b9 cfi: Check for blank before erase 12 years ago