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-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-20
Merge tag 'v2024.01-rc3' into next
Tom Rini
115
-173
/
+639
2023-11-20
scsi: set dma direction to NONE for TEST UNIT READY
Nikita Yushchenko
1
-0
/
+2
2023-11-18
Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
1
-4
/
+10
2023-11-18
blk: blkmap: add ramdisk creation utility function
Masahisa Kojima
3
-16
/
+55
2023-11-17
virtio: rng: gracefully handle 0 byte returns
Andre Przywara
1
-2
/
+7
2023-11-17
Merge branch '2023-11-16-assorted-updates' into next
Tom Rini
35
-67
/
+54
2023-11-16
blk: Drop reference to DM_SPL
Simon Glass
1
-1
/
+1
2023-11-16
dm: core: Correct reference to DM_SPL in SPL_DM_STATS
Simon Glass
1
-1
/
+1
2023-11-16
cmd: bcb: extend BCB C API to allow read/write the fields
Dmitrii Merkurev
1
-1
/
+13
2023-11-16
cmd: bcb: support various block device interfaces for BCB command
Dmitrii Merkurev
1
-1
/
+1
2023-11-16
treewide: use linux/time.h for time conversion defines
Igor Prusov
26
-57
/
+31
2023-11-16
spi: meson_spifc_a1: Use define for time interval
Igor Prusov
1
-1
/
+2
2023-11-16
sysreset: Fix unsupported request return values
Paul Barker
5
-6
/
+6
2023-11-16
spl: Only support bl_len when we have to
Sean Anderson
1
-2
/
+2
2023-11-16
spl: Remove dev from spl_load_info
Sean Anderson
1
-3
/
+3
2023-11-16
Merge patch series "nand: Add sandbox tests"
Tom Rini
19
-36
/
+858
2023-11-16
test: spl: Add a test for NAND
Sean Anderson
2
-1
/
+33
2023-11-16
nand: Add sandbox driver
Sean Anderson
3
-0
/
+693
2023-11-16
nand: Allow reinitialization
Sean Anderson
1
-7
/
+33
2023-11-16
nand: Add function to unregister NAND devices
Sean Anderson
1
-0
/
+17
2023-11-16
mtd: Add some fallbacks for add/del_mtd_device
Sean Anderson
2
-4
/
+0
2023-11-16
mtd: Rename SPL_MTD_SUPPORT to SPL_MTD
Sean Anderson
1
-1
/
+1
2023-11-16
spl: nand: Set bl_len to page size
Sean Anderson
11
-1
/
+62
2023-11-16
nand: spl_loaders: Only read enough pages to load the image
Sean Anderson
1
-1
/
+4
2023-11-16
nand: Calculate SYS_NAND_BLOCK_PAGES (neeĢ SYS_NAND_PAGE_COUNT) automatically
Sean Anderson
7
-17
/
+14
2023-11-16
nand: Don't dereference NULL manufacturer_desc
Sean Anderson
1
-5
/
+2
2023-11-14
dm: Do not enable debug messages by default
Heinrich Schuchardt
1
-1
/
+0
2023-11-13
pinctrl: pinctrl_stm32: Add stm32mp2 support
Patrice Chotard
1
-0
/
+2
2023-11-13
serial: stm32: Fix AARCH64 compilation warnings
Patrice Chotard
2
-11
/
+14
2023-11-13
mmc: renesas-sdhi: Disable clock after tuning reset when possible
Marek Vasut
1
-4
/
+10
2023-11-12
power: regulator: add AXP313 support
Andre Przywara
2
-0
/
+18
2023-11-12
power: pmic: sunxi: add AXP313 SPL driver
Andre Przywara
3
-2
/
+150
2023-11-12
pinctrl: sunxi: Avoid using .bss for SPL
Samuel Holland
1
-1
/
+1
2023-11-12
sunxi: mmc: Sort compatible strings numerically
Samuel Holland
1
-1
/
+1
2023-11-12
clk: sunxi: Use the right symbol in the Makefile
Samuel Holland
1
-1
/
+1
2023-11-12
sunxi: mmc: Move header to the driver directory
Samuel Holland
2
-0
/
+142
2023-11-12
net: sun8i_emac: Drop DM_GPIO checks
Samuel Holland
1
-10
/
+0
2023-11-12
sunxi: board: simplify early PMIC setup conditions
Andre Przywara
1
-1
/
+1
2023-11-10
Merge branch '2023-11-10-assorted-fixes'
Tom Rini
93
-99
/
+96
2023-11-10
bootstd: Skip over bad device during bootflows scanning
Tony Dinh
1
-1
/
+1
2023-11-10
tree-wide: Replace http:// link with https:// link for ti.com
Nishanth Menon
90
-90
/
+90
2023-11-10
firmware: scmi: correct a validity check against power domain id
AKASHI Takahiro
1
-4
/
+4
2023-11-10
scsi: Have scsi_init_dev_desc_priv() use memset
Tom Rini
1
-4
/
+1
2023-11-10
rockchip: otp: Add support for RV1126
Tim Lunn
1
-0
/
+76
2023-11-07
scsi: Forceably finish migration to DM_SCSI
Tom Rini
9
-481
/
+14
2023-11-07
qe: Add <asm/ppc.h> on PowerPC
Tom Rini
1
-0
/
+3
2023-11-07
spi: Add <errno.h> to spi-mem-nodm.c
Tom Rini
1
-0
/
+1
2023-11-07
fsl_qe: Drop common.h
Tom Rini
4
-4
/
+0
[next]