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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-10
Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
23
-21
/
+256
2018-12-10
Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchip
Tom Rini
2
-0
/
+49
2018-12-10
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
11
-23
/
+60
2018-12-10
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
4
-0
/
+51
2018-12-10
bootcount: add uclass for bootcount
Philipp Tomsich
2
-0
/
+49
2018-12-10
lib: fdtdec: Add function re-setup the fdt more effeciently
Jean-Jacques Hiblot
2
-0
/
+25
2018-12-10
ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL
Jean-Jacques Hiblot
2
-16
/
+4
2018-12-10
configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT
Jean-Jacques Hiblot
1
-6
/
+0
2018-12-10
power: make most tps drivers and the twl4030 driver compatible with DM_I2C
Jean-Jacques Hiblot
5
-1
/
+18
2018-12-10
dm: device: Allow using uclass_find_device_by_seq() without OF_CONTROL
Jean-Jacques Hiblot
1
-0
/
+13
2018-12-09
Merge git://git.denx.de/u-boot-marvell
Tom Rini
1
-14
/
+34
2018-12-08
Roll CRC16-CCITT into the hash infrastructure
Philipp Tomsich
1
-0
/
+11
2018-12-08
lib: merge CRC16-CCITT into u-boot/crc.h
Philipp Tomsich
2
-43
/
+3
2018-12-08
arm: mvebu: helios4: Enable SPI flash support
Aditya Prayoga
1
-0
/
+31
2018-12-08
arm: mvebu: helios4: Reduce U-Boot image size
Aditya Prayoga
1
-6
/
+0
2018-12-08
arm: mvebu: helios4: mmc: move environment before 1M
Aditya Prayoga
1
-8
/
+3
2018-12-07
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
1
-16
/
+54
2018-12-07
power: axp209: Add support for voltage rate control on LDO3
Olliver Schinagl
1
-0
/
+21
2018-12-07
power: axp209: Reduce magic values by adding defines for LDO[234]
Olliver Schinagl
1
-0
/
+13
2018-12-07
power: axp209: Define the chip version mask
Olliver Schinagl
1
-0
/
+2
2018-12-07
power: axp209: Use BIT() macro
Olliver Schinagl
1
-16
/
+18
2018-12-07
syscon: dm: Add a new method to get a regmap from DTS
Jean-Jacques Hiblot
1
-0
/
+13
2018-12-07
dm: usb: create a new UCLASS ID for USB gadget devices
Jean-Jacques Hiblot
1
-0
/
+1
2018-12-07
dwc3: move phy operation to core.c
Jean-Jacques Hiblot
1
-0
/
+19
2018-12-07
usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...
Jean-Jacques Hiblot
1
-0
/
+8
2018-12-07
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
Jean-Jacques Hiblot
1
-0
/
+10
2018-12-07
arm: dts: am33xx: Sync dts with Linux 4.20.0
Felix Brack
1
-0
/
+227
2018-12-07
spl/tpl: change banner into upper case
Heiko Schocher
1
-2
/
+2
2018-12-07
dma: add channels support
Álvaro Fernández Rojas
2
-3
/
+348
2018-12-07
dma: move dma_ops to dma-uclass.h
Álvaro Fernández Rojas
2
-22
/
+39
2018-12-06
dm: Add Hardware Spinlock class
Benjamin Gaignard
2
-0
/
+141
2018-12-06
ls1088a: Move CONFIG_FSL_QSPI to defconfig
Ashish Kumar
2
-2
/
+0
2018-12-06
armv8: ls1088ardb_pb: Add support for board detection
Pramod Kumar
1
-1
/
+2
2018-12-06
armv8: ls1012afrx: Add TFABOOT support
Rajesh Bhagat
3
-0
/
+17
2018-12-06
armv8: ls1012aqds: fix secure boot compilation
Rajesh Bhagat
1
-0
/
+1
2018-12-06
armv8: ls1012ardb: Add TFABOOT support
Rajesh Bhagat
2
-1
/
+21
2018-12-06
armv8: ls1043aqds: Add TFABOOT support
Rajesh Bhagat
1
-2
/
+48
2018-12-06
armv8: ls1043ardb: Add TFABOOT support
Rajesh Bhagat
2
-1
/
+55
2018-12-06
armv8: ls1046aqds: Add TFABOOT support
Rajesh Bhagat
1
-2
/
+57
2018-12-06
armv8: ls1046ardb: Add TFABOOT support
Rajesh Bhagat
2
-0
/
+27
2018-12-06
drivers: ifc: dynamic chipselect mapping support
Pankit Garg
1
-0
/
+17
2018-12-06
driver/ifc: replace __ilog2 with LOG2 macro
Rajesh Bhagat
7
-11
/
+11
2018-12-06
rockchip: rk3399: Add common Rock960 family from Vamrs
Manivannan Sadhasivam
1
-0
/
+15
2018-12-06
usb: dwc2-otg: make regs_phy (in platdata) a uintptr_t
Philipp Tomsich
1
-1
/
+1
2018-12-05
Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dm
Tom Rini
13
-26
/
+452
2018-12-05
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
21
-78
/
+59
2018-12-06
mtd: Don't stop MTD partition creation when it fails on one device
Boris Brezillon
1
-0
/
+2
2018-12-06
mtd: Delete partitions attached to the device when a device is deleted
Boris Brezillon
1
-0
/
+15
2018-12-06
mtd: Add a function to report when the MTD dev list has been updated
Boris Brezillon
1
-0
/
+1
2018-12-05
Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video
Tom Rini
1
-1
/
+3
[prev]
[next]