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
2022-02-03
net: ti: am65-cpsw: Cleanup resources before jump to kernel
Vignesh Raghavendra
1
-1
/
+1
2022-02-02
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
4
-9
/
+17
2022-02-01
mtd: cfi_mtd: populate mtd->dev with flash_info->dev
Patrice Chotard
1
-0
/
+3
2022-02-01
rtc: pcf2127: remove U-Boot specific compatible string
Vladimir Oltean
1
-1
/
+0
2022-02-01
rtc: pcf2127: sync with Linux compatible strings
Vladimir Oltean
1
-0
/
+3
2022-02-01
i2c: muxes: pca954x: add PCA9847 variant
Vladimir Oltean
1
-1
/
+8
2022-02-01
pci: layerscape: update the searching compatible of LX2160A PCIe
Hou Zhiqiang
2
-7
/
+6
2022-01-30
mmc: sunxi: Use DM_GPIO flags to set pull-up
Samuel Holland
1
-6
/
+2
2022-01-30
gpio: sunxi: Implement .set_flags
Samuel Holland
1
-35
/
+27
2022-01-30
i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c
Chris Morgan
1
-0
/
+1
2022-01-30
sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs
Daniel Wagenknecht
1
-1
/
+2
2022-01-28
net: ti: am65-cpsw-nuss: Fix err msg for port bind failures
Vignesh Raghavendra
1
-1
/
+1
2022-01-28
bootcount: fix printf() code
Heinrich Schuchardt
1
-2
/
+2
2022-01-28
dfu: mtd: skip empty pages when writing page for UBI partition
Patrick Delaunay
1
-1
/
+21
2022-01-28
pci: Fix setting controller's last_busno
Pali Rohár
1
-0
/
+2
2022-01-28
fastboot: only look up real partition names when no alias exists
Matthias Schiffer
1
-17
/
+12
2022-01-28
dfu: handle short frame result of UPLOAD in state_dfu_idle
Patrick Delaunay
1
-0
/
+2
2022-01-28
fastboot: fix fastboot_set_reboot_flag()
Roman Stratiienko
1
-1
/
+1
2022-01-27
Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
4
-21
/
+58
2022-01-26
usb: gadget: Add CDC ACM function
Loic Poulain
3
-0
/
+682
2022-01-26
usb: ehci: dm: Convert i.MX28 ehci code to driver model
Lukasz Majewski
1
-0
/
+184
2022-01-26
usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start})
Lukasz Majewski
1
-50
/
+62
2022-01-26
usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM
Lukasz Majewski
1
-21
/
+21
2022-01-26
usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28
Lukasz Majewski
1
-3
/
+4
2022-01-25
sandbox: sandbox_serial_pending depends on DM_VIDEO
Heinrich Schuchardt
1
-1
/
+1
2022-01-25
usb: Use the first available device for ehci_gadget
Sean Anderson
1
-2
/
+2
2022-01-25
acpi: Tidy up the item list
Simon Glass
1
-4
/
+20
2022-01-25
acpi: Collect tables in the acpi_item list
Simon Glass
1
-11
/
+32
2022-01-25
x86: Use the ACPI table writer
Simon Glass
1
-1
/
+1
2022-01-25
acpi: Add a table start
Simon Glass
1
-3
/
+2
2022-01-25
sandbox: Allow building with GENERATE_ACPI_TABLE
Simon Glass
1
-0
/
+1
2022-01-24
pci: iproc: Set all 24 bits of PCI class code
Pali Rohár
1
-5
/
+4
2022-01-24
misc: mark write buffer const
John Keeping
1
-1
/
+1
2022-01-21
configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
Patrick Delaunay
2
-2
/
+30
2022-01-21
mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean
Patrick Delaunay
1
-1
/
+1
2022-01-21
mtd: cfi: introduce CFI_FLASH_BANKS
Patrick Delaunay
3
-7
/
+6
2022-01-20
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
12
-67
/
+69
2022-01-20
Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
116
-362
/
+362
2022-01-20
phy: marvell: Remove unused function comphy_update_map()
Pali Rohár
2
-9
/
+9
2022-01-20
drivers: octeon: get rid of Unicode in code
Heinrich Schuchardt
1
-17
/
+17
2022-01-20
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
Pali Rohár
1
-5
/
+8
2022-01-20
pci: pci_mvebu: Add support for Kirkwood PCIe controllers
Pali Rohár
2
-3
/
+19
2022-01-20
fdt_support: Add fdt_for_each_node_by_compatible() helper macro
Marek Behún
6
-33
/
+16
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
116
-362
/
+362
2022-01-19
Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...
Tom Rini
11
-13
/
+1015
2022-01-19
firmware: zynqmp: Do not report error if node is already configured
Michal Simek
1
-0
/
+6
2022-01-19
firmware: zynqmp: Move loading message to debug
Michal Simek
1
-1
/
+2
2022-01-18
clk: ast2600: Revise MII interface delay
Dylan Hung
1
-5
/
+5
2022-01-18
net: ftgmac100: Add Aspeed AST2600 support
Dylan Hung
1
-0
/
+1
2022-01-18
net: ftgmac100: Add DM_MDIO support
Dylan Hung
1
-5
/
+15
[next]