index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: dm: Add a test case for simple-bus <ranges>
Bin Meng
2021-04-15
1
-0
/
+1
*
dm: core: Correctly read <ranges> of simple-bus
Bin Meng
2021-04-15
2
-7
/
+38
*
net: tsec: Support <reg> property from the subnode "queue-group"
Bin Meng
2021-04-15
1
-3
/
+27
*
net: tsec: Use map_physmem() directly instead of dev_remap_addr()
Bin Meng
2021-04-15
1
-1
/
+3
*
sandbox: Add a DSA sandbox driver and unit test
Claudiu Manoil
2021-04-15
3
-0
/
+189
*
net: tsec: Use dm_eth_phy_connect() directly for the DM case
Vladimir Oltean
2021-04-15
1
-5
/
+1
*
net: phy: fixed: Support the old DT binding
Bin Meng
2021-04-15
1
-3
/
+23
*
net: phy: fixed: Add the missing ending newline
Bin Meng
2021-04-15
1
-1
/
+1
*
net: phy: fixed: Make driver ops static
Bin Meng
2021-04-15
1
-4
/
+4
*
net: phy: Simplify the logic of phy_connect_fixed()
Bin Meng
2021-04-15
1
-8
/
+8
*
net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()
Bin Meng
2021-04-15
2
-6
/
+1
*
net: phy: xilinx: Be compatible with live OF tree
Bin Meng
2021-04-15
2
-44
/
+40
*
net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed
Vladimir Oltean
2021-04-15
1
-6
/
+0
*
net: phy: fixed: Be compatible with live OF tree
Vladimir Oltean
2021-04-15
2
-24
/
+32
*
of: extra: Introduce ofnode_phy_is_fixed_link() API
Bin Meng
2021-04-15
1
-0
/
+23
*
watchdog: Add booke watchdog driver
Chris Packham
2021-04-15
3
-0
/
+114
*
scmi: translate the resource only when livetree is not activated
Patrick Delaunay
2021-04-12
1
-2
/
+7
*
gpio: Drop dm_gpio_set_dir()
Simon Glass
2021-04-12
1
-11
/
+0
*
gpio: i2c-gpio: Drop use of dm_gpio_set_dir()
Simon Glass
2021-04-12
1
-10
/
+9
*
qemu: add MMIO driver for QFW
Asherah Connor
2021-04-12
3
-0
/
+127
*
test: qemu: add qfw sandbox driver, dm tests, qemu tests
Asherah Connor
2021-04-12
2
-0
/
+128
*
x86: qemu: move QFW to its own uclass
Asherah Connor
2021-04-12
4
-162
/
+166
*
scmi: correctly configure MMU for SCMI buffer
Patrick Delaunay
2021-04-12
1
-2
/
+4
*
fastboot: Fix possible buffer overrun
Sean Anderson
2021-04-12
1
-3
/
+3
*
lib: string: Implement strlcat
Sean Anderson
2021-04-12
1
-6
/
+0
*
tee: optee: Change printing during optee_probe
Ilias Apalodimas
2021-04-12
1
-3
/
+3
*
rtc: add support for rv3028 rtc
Heiko Schocher
2021-04-12
3
-0
/
+215
*
firmware: scmi: fix inline comments and minor coding style issues
Etienne Carriere
2021-04-12
1
-2
/
+2
*
firmware: scmi: sandbox test for voltage regulator
Etienne Carriere
2021-04-12
2
-3
/
+225
*
firmware: scmi: voltage regulator
Etienne Carriere
2021-04-12
4
-0
/
+214
*
pci: Mark 64bit Memory BARs as such
Phil Sutter
2021-04-12
1
-1
/
+2
*
mtd: Update fail_addr when erase fails due to bad blocks
Farhan Ali
2021-04-12
1
-0
/
+2
*
power: pmic: remove pmic_max77696.c file
Jaehoon Chung
2021-04-12
2
-32
/
+0
*
Merge branch '2021-04-11-remove-non-migrated-boards'
Tom Rini
2021-04-11
10
-215
/
+4
|
\
|
*
ppc: Remove Cyrus_P5020 and P5040 boards
Tom Rini
2021-04-10
3
-3
/
+0
|
*
ppc: Remove T2081QDS board and ARCH_T2081 support
Tom Rini
2021-04-10
2
-2
/
+0
|
*
ppc: Remove TARGET_T1040QDS references
Tom Rini
2021-04-10
1
-1
/
+0
|
*
arm: Remove s32v234evb board
Tom Rini
2021-04-10
1
-1
/
+1
|
*
arm: Remove vexpress_ca15_tc2 board
Tom Rini
2021-04-10
1
-1
/
+1
|
*
arm: Remove apf27 board
Tom Rini
2021-04-10
1
-1
/
+1
|
*
drivers: ata: Remove mvsata_ide driver
Tom Rini
2021-04-10
3
-206
/
+0
|
*
ata: DWC_AHSATA depends on BLK
Tom Rini
2021-04-10
1
-0
/
+1
*
|
Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2021-04-11
13
-52
/
+303
|
\
\
|
|
/
|
/
|
|
*
video: Fix line padding calculation for 16 and 24 BPP bitmaps
Sylwester Nawrocki
2021-04-10
1
-2
/
+2
|
*
tegra: video: fix tegra_dc_sor_config_panel()
Heinrich Schuchardt
2021-04-10
1
-2
/
+2
|
*
finish removing mb862xx video driver
Trevor Woerner
2021-04-10
1
-14
/
+0
|
*
video: SIMPLE_PANEL depends on DM_GPIO
Asherah Connor
2021-04-10
1
-1
/
+1
|
*
pwm: Add a driver for Chrome OS EC PWM
Alper Nebi Yasak
2021-04-10
4
-0
/
+111
|
*
video: backlight: Support PWMs without a known period_ns
Alper Nebi Yasak
2021-04-10
2
-8
/
+23
|
*
rockchip: video: vop: Add reset support
Arnaud Patard (Rtp)
2021-04-10
1
-3
/
+47
[next]