Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-05-18 | common: Drop flash.h from common header | Simon Glass |
2019-12-02 | common: Move interrupt functions into a new header | Simon Glass |
2019-10-24 | mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when defined | Vignesh Raghavendra |
2019-08-11 | env: Rename environment.h to env_internal.h | Simon Glass |
2019-08-11 | env: Move env_get_f() to env.h | Simon Glass |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-16 | mtd: cfi_flash: Make live-tree compatible | Mario Six |
2018-01-29 | cfi_flash: Always define cfi_flash_num_flash_banks | Mario Six |
2018-01-29 | cfi_flash: Fix indention | Mario Six |
2018-01-29 | cfi_flash: Fix long lines | Mario Six |
2018-01-29 | cfi_flash: Bound-check index before array access | Mario Six |
2018-01-29 | flash: Fix spelling of "ERR_TIMOUT" | Mario Six |
2018-01-29 | cfi_flash: Rename camel-case variables | Mario Six |
2018-01-29 | cfi_flash: Fix strings split across lines | Mario Six |
2018-01-29 | cfi_flash: Use u8 pointers instead of void pointers | Mario Six |
2018-01-29 | cfi_flash: Remove assignments from if conditions | Mario Six |
2018-01-29 | cfi_flash: Remove return from void function | Mario Six |
2018-01-29 | cfi_flash: Fix placement of brace | Mario Six |
2018-01-29 | cfi_flash: Fix else after break | Mario Six |
2018-01-29 | cfi_flash: Fix spelling of "Unknown" | Mario Six |
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 |