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
2021-05-24
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek BehĂșn
11
-14
/
+14
2021-05-24
regmap: fix a serious pointer casting bug
Marek BehĂșn
1
-2
/
+57
2021-05-23
Merge https://source.denx.de/u-boot/custodians/u-boot-sh
Tom Rini
25
-377
/
+452
2021-05-21
pinctrl: renesas: Implement unlock register masks
Marek Vasut
2
-21
/
+20
2021-05-21
pinctrl: renesas: Fix R-Car Gen2 help text
Marek Vasut
1
-5
/
+5
2021-05-21
pinctrl: renesas: Deduplicate Kconfig
Marek Vasut
1
-69
/
+5
2021-05-21
gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()
Marek Vasut
1
-7
/
+6
2021-05-21
clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handling
Marek Vasut
1
-43
/
+43
2021-05-21
clk: renesas: Add register pointers into struct cpg_mssr_info
Hai Pham
3
-45
/
+65
2021-05-21
clk: renesas: Introduce enum clk_reg_layout
Hai Pham
1
-0
/
+6
2021-05-21
clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable()
Hai Pham
4
-6
/
+8
2021-05-21
clk: renesas: Make reset controller modemr register offset configurable
Marek Vasut
20
-5
/
+21
2021-05-21
clk: renesas: Add support for RPCD2 clock
Hai Pham
2
-5
/
+17
2021-05-21
clk: renesas: Fix Realtime Module Stop Control Register offsets
Hai Pham
1
-1
/
+1
2021-05-21
clk: renesas: Fix incorrect return RPC clk_get_rate
Hai Pham
1
-1
/
+1
2021-05-21
clk: renesas: Reinstate RPC clock on R-Car D3/E3
Marek Vasut
2
-0
/
+18
2021-05-21
clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12
Marek Vasut
7
-163
/
+212
2021-05-21
clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12
Marek Vasut
5
-9
/
+6
2021-05-21
clk: renesas: Synchronize RZ/G2 tables with Linux 5.12
Marek Vasut
3
-5
/
+26
2021-05-20
net: mvpp2: add explicit sgmii-2500 support
Marcin Wojtas
1
-16
/
+12
2021-05-20
net: mvpp2: allow MDIO registration for fixed links
Stefan Chulski
1
-4
/
+13
2021-05-20
net: mvpp2: fix missing switch case break
Ben Peled
1
-0
/
+2
2021-05-20
net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG
Ben Peled
1
-3
/
+0
2021-05-20
net: mvpp2: AN Bypass in 1000 and 2500 basex mode
Ben Peled
1
-2
/
+4
2021-05-20
net: mvpp2: Fix 2.5G GMII_SPEED configurations
Stefan Chulski
1
-1
/
+2
2021-05-20
net: mvpp2: remove redundant SMI address configuration
Marcin Wojtas
1
-12
/
+0
2021-05-20
net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support
Stefan Chulski
1
-5
/
+112
2021-05-20
net: mvpp2: add CP115 port1 10G/5G SFI support
Stefan Chulski
1
-58
/
+17
2021-05-18
Merge branch '2021-05-17-assorted-fixes'
Tom Rini
1
-2
/
+3
2021-05-18
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Tom Rini
1
-1
/
+1
2021-05-17
psci: rename psci_features function
Igor Opaniuk
1
-2
/
+3
2021-05-17
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2
-17
/
+87
2021-05-17
riscv: Split SiFive CLINT support between SPL and U-Boot proper
Bin Meng
1
-1
/
+1
2021-05-16
usb: dwc3-generic: Disable host driver definition if gadget only
Kunihiko Hayashi
1
-1
/
+2
2021-05-16
usb: musb-new: Extend and move Allwinner quirk into Kconfig
Andre Przywara
2
-2
/
+11
2021-05-16
pcie: designware: mvebu: do not configure ATU for IO when not used
Marcin Wojtas
1
-12
/
+25
2021-05-16
spi: kirkwood: prevent limiting speed to 0
Grzegorz Jaszczyk
1
-1
/
+1
2021-05-16
spi: kirkwood: prevent configuring speed exceeding max controller freq
Marcin Wojtas
1
-0
/
+7
2021-05-16
spi: kirkwood: support extended baud rates
Ken Ma
1
-5
/
+55
2021-05-14
Merge tag 'u-boot-amlogic-20210514' of https://source.denx.de/u-boot/custodia...
Tom Rini
2
-5
/
+21
2021-05-14
net: designware: meson8b: add g12a compatible
Neil Armstrong
1
-0
/
+1
2021-05-14
net: dwmac_meson8b: do not set TX delay in TXID & RXID
Neil Armstrong
1
-4
/
+19
2021-05-14
usb: dwc3-meson-g12a: skip phy on -ENODATA aswell
Neil Armstrong
1
-1
/
+1
2021-05-14
pwm: sifive: make set_config() and set_enable() work properly
Vincent Chen
1
-10
/
+11
2021-05-14
clk: Add support for the k210 clock driver pre-relocation
Sean Anderson
1
-4
/
+10
2021-05-14
clk: k210: Move the clint clock to under aclk
Sean Anderson
1
-1
/
+1
2021-05-14
clk: k210: Remove k210_register_pll
Sean Anderson
2
-28
/
+3
2021-05-14
clk: k210: Fix PLL enable always getting taken
Sean Anderson
1
-1
/
+2
2021-05-14
clk: k210: Fix PLLs not being enabled
Sean Anderson
1
-0
/
+2
2021-05-14
clk: Warn on failure to assign rate
Sean Anderson
1
-4
/
+7
[prev]
[next]