index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-19
mtd: ubi: Fix worker handling
Richard Weinberger
3
-25
/
+40
2018-02-08
Convert CONFIG_APBH_DMA et al to Kconfig
Adam Ford
1
-0
/
+3
2018-02-08
Convert CONFIG_NAND_MXS to Kconfig
Stefan Agner
1
-1
/
+1
2018-02-06
ubi: Ensure no fastmap flush after uif_close
Martin Townsend
1
-5
/
+0
2018-01-31
Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblaze
Tom Rini
2
-36
/
+151
2018-01-30
nand: arasan: Select CONFIG_SYS_NAND_SELF_INIT
Ezequiel Garcia
1
-0
/
+1
2018-01-30
nand: arasan_nfc: Use the calculated ecc address for updating ecc register
Siva Durga Prasad Paladugu
1
-2
/
+5
2018-01-30
nand: arasan_nfc: Add support for ondie ecc
Siva Durga Prasad Paladugu
1
-27
/
+138
2018-01-30
nand: arasan_nfc: Move common ecc struct initialization init routine
Siva Durga Prasad Paladugu
1
-7
/
+7
2018-01-29
cfi_flash: Always define cfi_flash_num_flash_banks
Mario Six
1
-0
/
+2
2018-01-29
cfi_flash: Fix indention
Mario Six
1
-120
/
+118
2018-01-29
cfi_flash: Fix long lines
Mario Six
1
-12
/
+19
2018-01-29
cfi_flash: Bound-check index before array access
Mario Six
1
-2
/
+2
2018-01-29
flash: Fix spelling of "ERR_TIMOUT"
Mario Six
2
-5
/
+5
2018-01-29
cfi_flash: Rename camel-case variables
Mario Six
1
-8
/
+8
2018-01-29
cfi_flash: Fix strings split across lines
Mario Six
1
-9
/
+8
2018-01-29
cfi_flash: Use u8 pointers instead of void pointers
Mario Six
1
-4
/
+4
2018-01-29
cfi_flash: Remove assignments from if conditions
Mario Six
1
-7
/
+11
2018-01-29
cfi_flash: Remove return from void function
Mario Six
1
-1
/
+0
2018-01-29
cfi_flash: Fix placement of brace
Mario Six
1
-2
/
+1
2018-01-29
cfi_flash: Fix else after break
Mario Six
1
-3
/
+3
2018-01-29
cfi_flash: Fix spelling of "Unknown"
Mario Six
1
-1
/
+1
2018-01-29
cfi_flash: Add missing braces in blocks
Mario Six
1
-1
/
+3
2018-01-29
cfi_flash: Remove unnecessary braces
Mario Six
1
-24
/
+24
2018-01-29
cfi_flash: Fix comment style
Mario Six
1
-2
/
+4
2018-01-29
cfi_flash: Use __func__ macro instead of function name
Mario Six
1
-1
/
+1
2018-01-29
cfi_flash: Fix logical continuations
Mario Six
1
-13
/
+13
2018-01-29
cfi_flash: Remove braces for single-statement blocks
Mario Six
1
-10
/
+5
2018-01-29
cfi_flash: Fix missing/superfluous lines
Mario Six
1
-7
/
+4
2018-01-29
cfi_flash: Fix spacing around casts/operators
Mario Six
1
-9
/
+9
2018-01-29
cfi_flash: Fix indent of case statements
Mario Six
1
-100
/
+100
2018-01-29
cfi_flash: Fix whitespace with casting
Mario Six
1
-2
/
+2
2018-01-29
cfi_flash: Fix Parenthesis spacing
Mario Six
1
-11
/
+11
2018-01-29
cfi_flash: Fix style of pointer declarations
Mario Six
1
-24
/
+24
2018-01-29
cfi_flash: Fix space between function name and parenthesis
Mario Six
1
-214
/
+214
2018-01-24
sf_probe: Merge spi_flash_probe_tail into spi_flash_probe
Mario Six
1
-12
/
+7
2018-01-24
spi: sf_probe: Fix style violations
Mario Six
1
-2
/
+2
2018-01-24
spi: Remove spi_flash_probe_fdt
Mario Six
1
-13
/
+0
2018-01-24
drivers: spi: consider command bytes when sending transfers
Álvaro Fernández Rojas
1
-1
/
+1
2018-01-24
drivers: spi: allow limiting reads
Álvaro Fernández Rojas
1
-0
/
+3
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
1
-2
/
+2
2018-01-08
mtd: nand: mxs_nand_spl: Remove nand size print
Jagan Teki
1
-2
/
+0
2017-12-19
Merge git://git.denx.de/u-boot-spi
Tom Rini
1
-0
/
+1
2017-12-19
mtd/spi: fix block count for is25lq040b
Sean Nyekjaer
1
-1
/
+1
2017-12-12
mtd: nand: denali: make NAND_DENALI unconfigurable option
Masahiro Yamada
1
-4
/
+3
2017-12-04
Merge git://git.denx.de/u-boot-uniphier
Tom Rini
18
-48
/
+22
2017-12-04
Merge git://git.denx.de/u-boot-cfi-flash
Tom Rini
1
-3
/
+9
2017-12-04
mtd: nand: denali: consolidate include directives
Masahiro Yamada
1
-3
/
+3
2017-12-04
mtd: nand: denali_dt: replace printf() with pr_err()
Masahiro Yamada
1
-2
/
+2
2017-12-04
mtd: nand: Rename nand.h into rawnand.h
Masahiro Yamada
16
-16
/
+16
[next]