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-08-09
video: Add a Kconfig option for SPL video handoff
Simon Glass
2
-1
/
+11
2023-08-09
video: Tidy up Makefile rule for video
Simon Glass
1
-2
/
+2
2023-08-09
bootstd: Correct creating of bootdev sibling
Simon Glass
1
-2
/
+2
2023-08-09
bootstd: Rename bootdev_setup_sibling_blk()
Simon Glass
4
-4
/
+4
2023-08-09
usb: Return -ENOENT when no devices are found
Simon Glass
1
-1
/
+1
2023-08-08
arm_ffa: introduce armffa command
Abdellatif El Khlifi
1
-0
/
+1
2023-08-08
arm_ffa: introduce sandbox FF-A support
Abdellatif El Khlifi
5
-19
/
+848
2023-08-08
arm_ffa: introduce Arm FF-A support
Abdellatif El Khlifi
7
-0
/
+1229
2023-08-05
usb: gadget: ether: Handle gadget driver registration in probe and remove
Marek Vasut
1
-45
/
+52
2023-08-05
usb: gadget: ether: Move probe function above driver structure
Marek Vasut
1
-14
/
+14
2023-08-05
usb: gadget: ether: Inline functions used once
Marek Vasut
1
-39
/
+9
2023-08-03
virtio: provide driver name in debug message
Heinrich Schuchardt
1
-1
/
+1
2023-08-03
net: mediatek: add support for MediaTek MT7988 SoC
Weijie Gao
2
-1
/
+177
2023-08-03
net: mediatek: add support for NETSYS v3
Weijie Gao
2
-12
/
+44
2023-08-03
net: mediatek: add USXGMII support
Weijie Gao
2
-3
/
+251
2023-08-03
net: mediatek: add support for GMAC/USB3 PHY mux mode for MT7981
Weijie Gao
2
-1
/
+48
2023-08-03
net: mediatek: add support for SGMII 1Gbps auto-negotiation mode
Weijie Gao
2
-6
/
+42
2023-08-03
net: mediatek: add missing static qualifier
Weijie Gao
1
-2
/
+3
2023-08-03
net: mediatek: fix direct MDIO clause 45 access via SoC
Weijie Gao
1
-2
/
+2
2023-08-03
net: mediatek: optimize the switch reset delay wait time
Weijie Gao
1
-2
/
+5
2023-08-03
net: mediatek: connect switch to PSE only when starting eth is requested
Weijie Gao
1
-3
/
+41
2023-08-03
pinctrl: mediatek: add pinctrl driver for MT7988 SoC
Weijie Gao
3
-0
/
+1279
2023-08-03
pinctrl: mediatek: add pinmux_set ops support
Weijie Gao
1
-0
/
+14
2023-08-03
pinctrl: mediatek: fix the return value in driving configuration functions
Weijie Gao
1
-2
/
+2
2023-08-03
pinctrl: mediatek: convert most definitions to const
Weijie Gao
10
-889
/
+898
2023-08-03
clk: mediatek: add clock driver support for MediaTek MT7988 SoC
Weijie Gao
2
-0
/
+1124
2023-08-03
pwm: mtk: add support for MediaTek MT7988 SoC
Weijie Gao
1
-0
/
+7
2023-08-03
i2c: mediatek: fix I2C usability for MT7981
Weijie Gao
1
-2
/
+43
2023-08-03
reset: mediatek: check malloc return valaue before use
Weijie Gao
1
-0
/
+3
2023-08-03
serial: mtk: initial priv data before using
Weijie Gao
1
-0
/
+1
2023-08-03
spi: mtk_spim: clear IRQ enable bits
Weijie Gao
1
-0
/
+3
2023-08-03
spi: mtk_spim: get spi clk rate only once
Weijie Gao
1
-8
/
+13
2023-08-03
board: mediatek: update config headers
Weijie Gao
1
-0
/
+1
2023-08-02
net: rtl8169: Add one device ID 0x8161
Minda Chen
1
-2
/
+4
2023-08-02
net: rtl8169: Fix DMA minimal aligned compile warning in RISC-V
Minda Chen
1
-1
/
+3
2023-08-02
net: rtl8169: Fix compile warning in rtl8169
Minda Chen
1
-6
/
+6
2023-08-02
starfive: pci: Add StarFive JH7110 pcie driver
Mason Huo
5
-0
/
+566
2023-08-02
i2c: designware: Add Kconfig for designware_i2c_pci.c
Minda Chen
2
-3
/
+10
2023-08-01
Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
3
-11
/
+5
2023-08-01
Merge tag 'video-20230801' of https://source.denx.de/u-boot/custodians/u-boot...
Tom Rini
5
-29
/
+29
2023-08-01
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
1
-1
/
+1
2023-08-01
drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video
Nikhil M Jain
1
-2
/
+8
2023-08-01
drivers: video: tidss: tidss_drv: Change remove method
Nikhil M Jain
1
-11
/
+1
2023-08-01
video: bochs: Set the frame buffer size per configuration
Bin Meng
1
-2
/
+2
2023-08-01
video: kconfig: Set default FB size for Bochs
Bin Meng
1
-2
/
+4
2023-08-01
video: kconfig: Drop the superfluous dependency
Bin Meng
1
-4
/
+4
2023-08-01
video: kconfig: Fix wrong text for the PCI default FB size
Bin Meng
1
-2
/
+2
2023-08-01
video: bochs: Remove the x86 dependency
Bin Meng
1
-1
/
+0
2023-08-01
video: bochs: Avoid using IO instructions to access VGA IO port
Bin Meng
2
-6
/
+4
2023-08-01
video: bochs: Drop the useless argument of bochs_vga_write()
Bin Meng
2
-4
/
+8
[next]