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
old/tizen_20241126
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-20
mmc: sdhci: use dma_map_single() instead of flush_cache() before DMA
Masahiro Yamada
1
-26
/
+25
2020-02-20
mmc: sdhci: remove unneeded casts
Masahiro Yamada
1
-3
/
+2
2020-02-20
mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addr
Masahiro Yamada
1
-2
/
+3
2020-02-20
mmc: sdhci: reduce code duplication for aligned buffer
Masahiro Yamada
1
-14
/
+8
2020-02-20
mmc: sdhci: put the aligned buffer pointer to struct sdhci_host
Masahiro Yamada
1
-14
/
+13
2020-02-19
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
12
-14
/
+12
2020-02-19
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
5
-7
/
+7
2020-02-19
mmc: fsl_esdhc: actually enable cache snooping on mpc830x
Rasmus Villemoes
1
-2
/
+13
2020-02-17
mmc: remove unneeded forward declarations
Masahiro Yamada
1
-4
/
+0
2020-02-17
mmc: check the return value of mmc_select_mode_and_width()
Masahiro Yamada
1
-1
/
+1
2020-02-17
mmc: sdhci-cadence: send tune request twice to work around errata
Masahiro Yamada
1
-4
/
+17
2020-02-17
mmc: fix the build error when MMC_WRITE is disabled
Jaehoon Chung
1
-0
/
+2
2020-02-17
drivers: mmc: rpmb: Use R1 response
Bharat Kumar Reddy Gooty
1
-0
/
+5
2020-02-14
Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians...
Tom Rini
2
-7
/
+9
2020-02-13
clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktree
Patrick Delaunay
1
-4
/
+5
2020-02-13
pinctrl: stmfx: update the result type of dm_i2c_reg_read
Patrick Delaunay
1
-3
/
+4
2020-02-13
ram: rockchip: Fix Kconfig dependency for RAM_ROCKCHIP_DEBUG
Michal Simek
1
-0
/
+1
2020-02-12
CLK: HSDK: fix HDMI clock calculation
Eugeniy Paltsev
1
-10
/
+21
2020-02-12
CLK: HSDK: Check for PLL bypass firstly
Eugeniy Paltsev
1
-4
/
+4
2020-02-11
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
474
-244
/
+1300
2020-02-10
regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_t...
Lukasz Majewski
2
-5
/
+3
2020-02-10
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
13
-26
/
+923
2020-02-10
Merge tag 'fixes-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-...
Tom Rini
2
-9
/
+13
2020-02-09
misc: i2c_eeprom: set offset len and chip addr offset mask
Robert Beckett
1
-0
/
+35
2020-02-09
gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO
Fabio Estevam
1
-3
/
+1
2020-02-07
serial: serial_cortina: add UART DM driver for CAxxxx SoCs
Jason Li
3
-0
/
+172
2020-02-07
watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs
Jason Li
3
-0
/
+148
2020-02-07
gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs
Jason Li
3
-0
/
+120
2020-02-07
eth: mtk-eth: aarch64: fix build warnings on ethernet-driver
Frank Wunderlich
1
-4
/
+5
2020-02-07
eth: mtk-eth: add mt7622 support in mediatek eth driver
MarkLee
1
-1
/
+3
2020-02-07
eth: mtk-eth: add sgmii mode support in mediatek eth driver
MarkLee
2
-0
/
+59
2020-02-07
tpm: Add a driver for H1/Cr50
Simon Glass
3
-0
/
+670
2020-02-07
dm: irq: Add support for requesting interrupts
Simon Glass
2
-0
/
+157
2020-02-07
x86: Give each driver an IRQ type
Simon Glass
1
-1
/
+1
2020-02-07
dm: irq: Add support for interrupt controller types
Simon Glass
2
-2
/
+15
2020-02-07
x86: Add a clock driver for Intel devices
Simon Glass
4
-0
/
+58
2020-02-07
tegra: i2c: Change driver to use helper function
Simon Glass
1
-12
/
+1
2020-02-07
dm: core: Change syscon to use helper function
Simon Glass
1
-11
/
+4
2020-02-07
dm: core: Add a function to find a device by drvdata
Simon Glass
1
-0
/
+17
2020-02-06
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
6
-63
/
+301
2020-02-06
video: enable VIDEO_ANSI and all VIDEO_BBP options
Anatolij Gustschin
1
-1
/
+4
2020-02-05
sandbox: Complete migration away from os_malloc()
Simon Glass
1
-4
/
+4
2020-02-05
dm: core: Drop the inclusion of linux/compat.h in dm.h
Simon Glass
2
-0
/
+2
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
356
-6
/
+403
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
179
-3
/
+206
2020-02-05
sandbox: Support changing the LCD colour depth
Simon Glass
1
-5
/
+3
2020-02-05
sandbox: sdl: Add an option to double the screen size
Simon Glass
1
-1
/
+4
2020-02-05
sandbox: sound: Handle errors better in sound_beep()
Simon Glass
1
-1
/
+4
2020-02-05
sound: Add a new stop_play() method
Simon Glass
2
-1
/
+31
2020-02-05
mtd: Rename free() to rfree()
Simon Glass
7
-8
/
+8
[next]