index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
cfi_flash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: cfi: Fix PPB lock status readout
Marek Vasut
2021-04-28
1
-5
/
+5
*
cfi_flash: Fix detection of 8-bit bus flash devices via address shift
Jagannadha Sutradharudu Teki
2021-04-06
1
-4
/
+33
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
cfi_flash: Fix devicetree address determination
Andre Przywara
2020-10-08
1
-18
/
+6
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop init.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop flash.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
1
-0
/
+1
*
mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined
Vignesh Raghavendra
2019-10-24
1
-2
/
+4
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
1
-1
/
+1
*
env: Move env_get_f() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
mtd: cfi_flash: Make live-tree compatible
Mario Six
2018-04-16
1
-10
/
+11
*
cfi_flash: Always define cfi_flash_num_flash_banks
Mario Six
2018-01-29
1
-0
/
+2
*
cfi_flash: Fix indention
Mario Six
2018-01-29
1
-120
/
+118
*
cfi_flash: Fix long lines
Mario Six
2018-01-29
1
-12
/
+19
*
cfi_flash: Bound-check index before array access
Mario Six
2018-01-29
1
-2
/
+2
*
flash: Fix spelling of "ERR_TIMOUT"
Mario Six
2018-01-29
1
-2
/
+2
*
cfi_flash: Rename camel-case variables
Mario Six
2018-01-29
1
-8
/
+8
*
cfi_flash: Fix strings split across lines
Mario Six
2018-01-29
1
-9
/
+8
*
cfi_flash: Use u8 pointers instead of void pointers
Mario Six
2018-01-29
1
-4
/
+4
*
cfi_flash: Remove assignments from if conditions
Mario Six
2018-01-29
1
-7
/
+11
*
cfi_flash: Remove return from void function
Mario Six
2018-01-29
1
-1
/
+0
*
cfi_flash: Fix placement of brace
Mario Six
2018-01-29
1
-2
/
+1
*
cfi_flash: Fix else after break
Mario Six
2018-01-29
1
-3
/
+3
*
cfi_flash: Fix spelling of "Unknown"
Mario Six
2018-01-29
1
-1
/
+1
*
cfi_flash: Add missing braces in blocks
Mario Six
2018-01-29
1
-1
/
+3
*
cfi_flash: Remove unnecessary braces
Mario Six
2018-01-29
1
-24
/
+24
*
cfi_flash: Fix comment style
Mario Six
2018-01-29
1
-2
/
+4
*
cfi_flash: Use __func__ macro instead of function name
Mario Six
2018-01-29
1
-1
/
+1
*
cfi_flash: Fix logical continuations
Mario Six
2018-01-29
1
-13
/
+13
*
cfi_flash: Remove braces for single-statement blocks
Mario Six
2018-01-29
1
-10
/
+5
*
cfi_flash: Fix missing/superfluous lines
Mario Six
2018-01-29
1
-7
/
+4
*
cfi_flash: Fix spacing around casts/operators
Mario Six
2018-01-29
1
-9
/
+9
*
cfi_flash: Fix indent of case statements
Mario Six
2018-01-29
1
-100
/
+100
*
cfi_flash: Fix whitespace with casting
Mario Six
2018-01-29
1
-2
/
+2
*
cfi_flash: Fix Parenthesis spacing
Mario Six
2018-01-29
1
-11
/
+11
*
cfi_flash: Fix style of pointer declarations
Mario Six
2018-01-29
1
-24
/
+24
*
cfi_flash: Fix space between function name and parenthesis
Mario Six
2018-01-29
1
-214
/
+214
*
mtd: cfi: Fix checking status register feature
York Sun
2017-12-04
1
-3
/
+9
*
mtd: cfi: Add support for status register polling
Marek Vasut
2017-09-26
1
-1
/
+14
*
mtd: cfi: Zap cfi_flash_base in DM case
Marek Vasut
2017-09-26
1
-5
/
+5
*
mtd: cfi: staticize functions
Marek Vasut
2017-08-22
1
-4
/
+4
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-1
/
+1
*
fdt: Rename a few functions in fdt_support
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-1
/
+1
*
mtd: cfi_flash: fix indentation
Andre Przywara
2016-12-04
1
-2
/
+2
*
mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips
Daniel Schwierzeck
2016-07-20
1
-1
/
+1
*
mtd: cfi: Unlock current sector instead of sector 0 before buffered write
Rouven Behr
2016-04-13
1
-1
/
+1
[next]