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
2023-04-06
spi: mpc8xxx: Add support for SPI on mpc832x
Christophe Leroy
1
-0
/
+13
2023-04-06
gpio: Add QUICC Engine GPIOs driver
Christophe Leroy
3
-0
/
+189
2023-04-06
clk: mpc83xx: Fix clocks for mpc832x
Christophe Leroy
1
-0
/
+7
2023-04-06
watchdog: mpc8xxx: Add support for mpc83xx
Christophe Leroy
2
-1
/
+2
2023-04-06
watchdog: mpc8xxx: Make it generic
Christophe Leroy
2
-19
/
+71
2023-04-05
watchdog: mpc8xx: Rename it mpc8xxx
Christophe Leroy
3
-16
/
+16
2023-03-31
Merge tag 'u-boot-imx-next-20230331' of https://gitlab.denx.de/u-boot/custodi...
Tom Rini
11
-63
/
+369
2023-03-30
input: button_kbd: make driver complementary to gpio buttons
Svyatoslav Ryhel
2
-7
/
+5
2023-03-30
drivers: rtc: add max313xx series rtc driver
Chris Packham
3
-0
/
+473
2023-03-30
gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio co...
Rasmus Villemoes
1
-0
/
+7
2023-03-30
rtc: m41t62: implements read8/write8 operations
Thomas Perrot
1
-0
/
+12
2023-03-30
drivers: pci: sandbox: Add stub sandbox PCI MPS support
Stephen Carlson
1
-0
/
+3
2023-03-30
sysinfo: gpio: fix loop over DT "revisions" array
Rasmus Villemoes
1
-2
/
+3
2023-03-30
clk: imx8mp: add pwm clocks support
Tommaso Merciai
1
-0
/
+24
2023-03-30
net: fec_mxc: Add board_interface_eth_init() for i.MX8M Mini/Nano/Plus
Marek Vasut
1
-0
/
+4
2023-03-30
net: fec_mxc: Add ref clock setup support for i.MX8M Mini/Nano/Plus
Marek Vasut
1
-0
/
+32
2023-03-30
net: dwc_eth_qos: Add board_interface_eth_init() for i.MX8M Plus
Marek Vasut
1
-0
/
+4
2023-03-30
net: dwc_eth_qos: Add i.MX8M Plus RMII support
Marek Vasut
1
-11
/
+18
2023-03-30
net: dwc_eth_qos: Add DM CLK support for i.MX8M Plus
Marek Vasut
1
-10
/
+121
2023-03-30
net: dwc_eth_qos: Set DMA_MODE SWR bit to reset the MAC
Marek Vasut
1
-0
/
+6
2023-03-30
net: dwc_eth_qos: Staticize eqos_inval_buffer_tegra186()
Marek Vasut
1
-1
/
+1
2023-03-30
net: dwc_eth_qos: Drop unused dm_gpio_free() on STM32
Marek Vasut
1
-4
/
+1
2023-03-30
net: dwc_eth_qos: Drop bogus return after goto
Marek Vasut
1
-1
/
+0
2023-03-30
net: Pull board_interface_eth_init() into common code
Marek Vasut
1
-7
/
+0
2023-03-30
clk: imx8mp: Add EQoS MAC clock
Marek Vasut
1
-0
/
+13
2023-03-30
misc: imx: remove DM dependency for ocotp driver in SPL
Jean-Marie Lemetayer
1
-1
/
+1
2023-03-30
power: pmic: Add NXP PCA9451A PMIC support
Ye Li
2
-1
/
+11
2023-03-29
misc: sentinel: s400_api: Use new command request definitions
Ye Li
1
-14
/
+14
2023-03-29
misc: sentinel: s400_api: Add get_events API
Ye Li
1
-0
/
+45
2023-03-29
ddr: imx: Update the ddr init flow on imx8ulp
Jacky Bai
1
-12
/
+43
2023-03-29
misc: fuse: Lock 8ULP ECC-protected fuse when programming
Ye Li
1
-1
/
+21
2023-03-29
misc: fuse: Update fuse mapping for 8ULP S400 API
Ye Li
1
-0
/
+10
2023-03-29
ddr: imx8ulp: Change DRAM timing save area to 0x20055000
Ye Li
1
-1
/
+1
2023-03-29
pci: apple: Initialize only enabled ports
Janne Grunau
1
-0
/
+2
2023-03-29
phy: ti: j721e-wiz: Add support to enable LN23 Type-C swap
Sinthu Raja
1
-2
/
+22
2023-03-29
phy: ti: j721e-wiz: Manage TypeC lane swap if typec-dir-gpios not specified
Sinthu Raja
1
-9
/
+29
2023-03-28
Merge tag 'u-boot-at91-2023.07-a' of https://source.denx.de/u-boot/custodians...
Tom Rini
7
-42
/
+303
2023-03-27
Merge branch 'master' into next
Tom Rini
8
-38
/
+61
2023-03-27
clk: at91: sam9x60: Add initial setup of UPLL and USBCK rates
Sergiu Moga
1
-0
/
+30
2023-03-27
clk: at91: pmc: export clock setup to pmc
Claudiu Beznea
3
-42
/
+64
2023-03-27
clk: at91: sam9x60: Register the required clocks for USB
Sergiu Moga
1
-0
/
+33
2023-03-27
clk: at91: Add support for sam9x60 USB clock
Sergiu Moga
4
-0
/
+176
2023-03-24
Merge branch 'rpi-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...
Tom Rini
1
-21
/
+32
2023-03-24
mmc: bcm2835-host: let firmware manage the clock divisor
Vincent Fazio
1
-21
/
+32
2023-03-24
ddr: marvell: a38x: Remove unused file seq_exec.h
Pali Rohár
2
-65
/
+0
2023-03-22
dma: ti: k3-udma: Fix channel hang on teardown
Vignesh Raghavendra
1
-1
/
+1
2023-03-21
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
Tom Rini
1
-4
/
+6
2023-03-20
clk: renesas: Pack reset identifier before look up
Marek Vasut
1
-4
/
+6
2023-03-19
rockchip: timer: rockchip_timer: fix compatible and driver name
Johan Jonker
1
-5
/
+3
2023-03-19
rockchip: sdhci: rk3568: bypass DLL when clk <= 52 MHz
Vasily Khoruzhick
1
-4
/
+11
[next]