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-12-13
mailbox: add el3 support only for zynqmp platform
Tanmay Shah
1
-0
/
+10
2023-12-13
mailbox: zynqmp: support smc calls to TF-A
Tanmay Shah
1
-2
/
+86
2023-12-13
drivers: xilinx_spi: Probe fifo_depth at runtime
Mayuresh Chitale
1
-0
/
+23
2023-12-13
drivers: xilinx_spi: Add xfer callback
Mayuresh Chitale
1
-0
/
+13
2023-12-13
drivers: xilinx_spi: Use udevice in start_tranfer
Mayuresh Chitale
1
-16
/
+16
2023-12-13
pci: xilinx: Enable MMIO region
Mayuresh Chitale
1
-0
/
+8
2023-12-13
pci: xilinx: Fix "reg" not found error
Mayuresh Chitale
1
-17
/
+12
2023-12-13
net: axi_emac: Use reg property for DMA registers
Mayuresh Chitale
1
-5
/
+4
2023-12-04
Merge tag 'v2024.01-rc4' into next
Tom Rini
8
-54
/
+118
2023-12-04
watchdog: Correct watchdog timeout print message
Chanho Park
1
-1
/
+2
2023-12-01
usb: USB_XHCI_PCI depends on PCI
Heinrich Schuchardt
1
-1
/
+1
2023-12-01
usb: dwc3-generic: Use combined glue and ctrl node for RK3588
Jonas Karlman
1
-0
/
+1
2023-12-01
usb: xhci: Fix DMA address calculation in queue_trb
Hector Martin
1
-1
/
+4
2023-12-01
usb: xhci: Do not panic on event timeouts
Hector Martin
1
-2
/
+3
2023-12-01
usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
Hector Martin
1
-1
/
+2
2023-12-01
usb: xhci: Recover from halted bulk endpoints
Hector Martin
1
-0
/
+8
2023-12-01
usb: xhci: Allow context state errors when halting an endpoint
Hector Martin
1
-2
/
+4
2023-12-01
usb: xhci: Better error handling in abort_td()
Hector Martin
1
-12
/
+22
2023-12-01
usb: xhci: Guard all calls to xhci_wait_for_event
Hector Martin
2
-0
/
+24
2023-11-30
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...
Tom Rini
3
-2
/
+40
2023-11-29
configs: keystone2: Do not include hardware.h
Andrew Davis
2
-0
/
+2
2023-11-29
xen: pvblock: fix the maximum io size in one operation
AKASHI Takahiro
1
-1
/
+2
2023-11-29
timer-uclass: Always use "clock-frequency" property as fallback
Alex Bee
1
-6
/
+6
2023-11-28
Merge patch series "cmd: add scmi command"
Tom Rini
2
-37
/
+71
2023-11-28
firmware: scmi: support protocols on sandbox only if enabled
AKASHI Takahiro
2
-37
/
+71
2023-11-28
Merge patch series "Import "string" I/O functions from Linux"
Tom Rini
8
-97
/
+5
2023-11-28
musb-new: Remove implementation of io.h functions
Igor Prusov
1
-24
/
+0
2023-11-28
treewide: Include linux/io.h instead of asm-generic/io.h
Igor Prusov
4
-4
/
+3
2023-11-28
spi: meson_spifc_a1: Switch to io{read,write}32_rep()
Igor Prusov
1
-2
/
+2
2023-11-28
asm-generic: Import functions from Linux
Igor Prusov
2
-67
/
+0
2023-11-28
Merge patch series "sysinfo: Expand sysinfo with some more banner information"
Tom Rini
1
-0
/
+7
2023-11-28
sysinfo: Allow displaying more info on startup
Simon Glass
1
-0
/
+7
2023-11-28
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung
Tom Rini
3
-36
/
+49
2023-11-27
i2c: Bugfix in i2c_get_chip_by_phandle()
Philip Oberfichtner
1
-1
/
+1
2023-11-27
Merge patch series "ufs: Add a PCI UFS controller support"
Tom Rini
6
-12
/
+79
2023-11-27
ufs: Handle UFS 3.1 controllers
Bin Meng
2
-1
/
+3
2023-11-27
ufs: Add a PCI based UFS controller driver
Bin Meng
3
-0
/
+57
2023-11-27
ufs: Allow mmio registers on the PCI bus
Bin Meng
1
-1
/
+9
2023-11-27
ufs: Add a line feed to the end of some dev_xxx() messages
Bin Meng
1
-8
/
+8
2023-11-27
ufs: Correct the UFS terminlogy
Bin Meng
2
-2
/
+2
2023-11-27
serial: s5p: Use dev_read_addr_ptr() to get base address
Sam Protsenko
1
-4
/
+2
2023-11-25
Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodi...
Tom Rini
4
-1
/
+29
2023-11-23
serial: s5p: Improve coding style
Sam Protsenko
1
-16
/
+18
2023-11-23
serial: s5p: Use named constants for register values
Sam Protsenko
1
-10
/
+21
2023-11-23
serial: s5p: Use livetree API to get "id" property
Sam Protsenko
1
-4
/
+1
2023-11-23
serial: s5p: Remove common.h inclusion
Sam Protsenko
1
-1
/
+0
2023-11-22
serial: npcm: support skip uart clock setting
Jim Liu
1
-15
/
+24
2023-11-22
dma: ti: k3-udma: Introduce DMA support for the am62ax
Vignesh Raghavendra
4
-0
/
+200
2023-11-22
tpm: remove superfluous check in tpm_tis_send()
Heinrich Schuchardt
1
-3
/
+0
2023-11-21
usb: udc: Try to clarify an error message
Miquel Raynal
1
-1
/
+12
[next]