Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8c25d1e8d5cdf5eb336b2c48717ef7366811198f
/
drivers
8c25d1e
clk: imx: pllv3: add set_rate() support
by Giulio Benetti
· 4 years, 11 months ago
47e1564
clk: imx: pllv3: add disable() support
by Giulio Benetti
· 4 years, 11 months ago
7dad7a3
clk: imx: pllv3: add enable() support
by Giulio Benetti
· 4 years, 11 months ago
670e570
clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USB
by Giulio Benetti
· 4 years, 11 months ago
ff331fa
clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocks
by Giulio Benetti
· 4 years, 11 months ago
b9a1e51
clk: imx8qxp: extend to support getting I2C IPG clock
by Anatolij Gustschin
· 5 years ago
7e3d8a9
mmc: fsl_esdhc_imx: Handle the "broken-cd" property
by Fabio Estevam
· 5 years ago
a89643c
virtio: fix typo devicd
by Heinrich Schuchardt
· 5 years ago
06aeb74
poweroff: add poweroff for mt6323 pmic
by Frank Wunderlich
· 5 years ago
9c5fc93
rtc: add support for DS3232 device
by Han Nandor
· 5 years ago
a8c32b5
bootcount: add a DM i2c eeprom backing store for bootcount
by Robert Beckett
· 5 years ago
9251edc
drivers: mcfmii: add dm support
by Angelo Durgehello
· 5 years ago
f0a0c88
drivers: fsl_mcdmafec: conversion to dm
by Angelo Durgehello
· 5 years ago
b0c70a3
drivers: mcffec: conversion to dm
by Angelo Durgehello
· 5 years ago
a1d3d9f
drivers: net: add mcf fec dm Kconfig support
by Angelo Durgehello
· 5 years ago
b65d601
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx
by Tom Rini
· 4 years, 11 months ago
b2b76eb
Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm
by Tom Rini
· 4 years, 11 months ago
99ebf03
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 4 years, 11 months ago
3768a0e
Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 4 years, 11 months ago
a72088d
Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 5 years ago
0dbdaf3
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 5 years ago
4d6d719
Merge tag 'u-boot-amlogic-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
by Tom Rini
· 5 years ago
c15f177
ata: fsl_sata: Continue probing other sata port when failed current port.
by Peng Ma
· 5 years ago
17dd261
ata: sata_sil: Continue probing other sata port when failed current port.
by Peng Ma
· 5 years ago
3fe8c8d
clk: imx: add i.MX8MP clk driver
by Peng Fan
· 5 years ago
1333f5e
clk: imx: add imx_clk_mux2_flags
by Peng Fan
· 5 years ago
c3ee909
power: Add new PMIC PCA9450 driver
by Ye Li
· 5 years ago
49dbcee
ddr: imx8m: Add DRAM PLL to generate 1000Mhz output
by Peng Fan
· 5 years ago
dc3accc
mxc_ocotp: support i.MX8MP
by Peng Fan
· 5 years ago
ed2af07
pinctrl: imx8m: support i.MX8MP
by Peng Fan
· 5 years ago
b320b86
mpc83xx_clk: always treat MPC83XX_CLK_PCI as invalid
by Rasmus Villemoes
· 5 years ago
adfa6c0
dm: Add a debug message when devices are skipped pre-reloc
by Sean Anderson
· 5 years ago
0fe1537
dm: devres: Add a new OFDATA phase
by Simon Glass
· 5 years ago
76a64ab
dm: devres: Use an enum for the allocation phase
by Simon Glass
· 5 years ago
323ff9f
dm: devres: Add tests
by Simon Glass
· 5 years ago
8a8fe1b
dm: devres: Convert to use logging
by Simon Glass
· 5 years ago
d3c9d30
dm: core: Add a new flag to track platform data
by Simon Glass
· 5 years ago
4a26385
dm: core: Export a new function to read platdata
by Simon Glass
· 5 years ago
a8d8f16
dm: core: Allocate parent data separate from probing parent
by Simon Glass
· 5 years ago
924c383
dm: core: Move ofdata_to_platdata() call earlier
by Simon Glass
· 5 years ago
9046dec
dm: core: Don't clear active flag twice when probe() fails
by Simon Glass
· 5 years ago
7d7c704
aspeed: ast2500: Read clock ofdata in the correct method
by Simon Glass
· 5 years ago
1c6449c
pci: Print a warning if the bus is accessed before probing
by Simon Glass
· 5 years ago
b18a960
usb: Drop use of BUG_ON() and WARN_ON()
by Simon Glass
· 5 years ago
4da551b
dm: core: Use assert_noisy() in devres
by Simon Glass
· 5 years ago
081da0a
virtio: rng: Add a random number generator(rng) driver
by Sughosh Ganu
· 5 years ago
23e3751
sandbox: rng: Add a random number generator(rng) driver
by Sughosh Ganu
· 5 years ago
cd9a2f9
stm32mp1: rng: Add a driver for random number generator(rng) device
by Sughosh Ganu
· 5 years ago
1b72501
clk: stm32mp1: Add a clock entry for RNG1 device
by Sughosh Ganu
· 5 years ago
90592ed
dm: rng: Add random number generator(rng) uclass
by Sughosh Ganu
· 5 years ago
e145c47
power: regulator: support off-on-delay-us
by Peng Fan
· 5 years ago
ec452e1
remoteproc: stm32: load resource table from firmware
by Fabien Dessenne
· 5 years ago
4446d2f
remoteproc: stm32: track the coprocessor state in a backup register
by Fabien Dessenne
· 5 years ago
abb8e21
remoteproc: elf_loader: Add elf resource table load support
by Fabien Dessenne
· 5 years ago
7815fc1
drivers: board: Add get_fit_loadable()
by Jean-Jacques Hiblot
· 5 years ago
0e0b8a0
drivers: board: Make the board drivers available in SPL
by Jean-Jacques Hiblot
· 5 years ago
fefee55
Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 5 years ago
e1f63a8
Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
by Tom Rini
· 5 years ago
7ead421
ddr: socfpga: Enable ARM64 Non-Secure SDRAM ECC Access
by Thor Thayer
· 5 years ago
6e762d8
arm: socfpga: stratix10: Enable SMMU access
by Thor Thayer
· 5 years ago
4ddb909
ddr: altera: agilex: Add SDRAM driver for Agilex
by Ley Foon Tan
· 5 years ago
25572cf
ddr: altera: Restructure Stratix 10 SDRAM driver
by Ley Foon Tan
· 5 years ago
0c7d843
cache: Add Arteris Ncore cache coherent unit driver
by Ley Foon Tan
· 5 years ago
ef5458f
clk: agilex: Add clock driver for Agilex
by Ley Foon Tan
· 5 years ago
0b1680e
arm: socfpga: Move Stratix10 and Agilex system manager common code
by Ley Foon Tan
· 5 years ago
f1c4bd5
arm: socfpga: Move firewall code to firewall file
by Ley Foon Tan
· 5 years ago
2669591
arm: socfpga: Convert clock manager from struct to defines
by Ley Foon Tan
· 5 years ago
3d3a860
arm: socfpga: Convert system manager from struct to defines
by Ley Foon Tan
· 5 years ago
fed4c95
arm: socfpga: Convert reset manager from struct to defines
by Ley Foon Tan
· 5 years ago
54914d4
spl: Allow cache drivers to be used in SPL
by Ley Foon Tan
· 5 years ago
1e41401
dfu: Add optional timeout parameter
by Andy Shevchenko
· 5 years ago
f74c7bd
video: meson: Drop unnecessary header includes
by Simon Glass
· 5 years ago
2a9b1f5
ddr: imx8m: Return error values from LPDDR4 training
by Frieder Schrempf
· 5 years ago
bec7be1
pci: imx: Add iMX6SX compatible
by Marek Vasut
· 5 years ago
9cd9eca
video: lg4573: convert to DM
by Heiko Schocher
· 5 years ago
1a6b0f1
Merge branch 'next'
by Tom Rini
· 5 years ago
131f4ad
Revert "mmc: davinci: drop struct davinci_mmc_plat"
by Tom Rini
· 5 years ago
d581c17
video: add wrappers for ttf type files to .gitignore
by Dario Binacchi
· 5 years ago
05c17d6
video: Avoid using #ifdef in video-uclass.c
by Simon Glass
· 5 years ago
a4a43c6
video: Avoid using #ifdef in vidconsole-uclass.c
by Simon Glass
· 5 years ago
a75ddd0
video: Avoid using #ifdef in console_rotate.c
by Simon Glass
· 5 years ago
6c1ca6b
video: Avoid using #ifdef in video blitting code
by Simon Glass
· 5 years ago
f485566
video: x86: Enable 32-bit graphics by default
by Simon Glass
· 5 years ago
64d85a2
pci: layerscape: Manage PCIe EP compatible string via Kconfig
by Pankaj Bansal
· 5 years ago
4c65678
pci: layerscape: move PCIE related CONFIG to PCI Kconfig
by Pankaj Bansal
· 5 years ago
86a1750
Merge tag 'u-boot-imx-20191228' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 5 years ago
8e5e32f
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
by Tom Rini
· 5 years ago
25dac2a
rtc: rx8010js: add compatible string
by Robert Beckett
· 5 years ago
4d58090
rtc: s35392a: add compatible strings
by Robert Beckett
· 5 years ago
77533b0
rtc: rx8010sj: fix DM initialization
by Robert Beckett
· 5 years ago
46bbff1
spi: rk: Limit transfers to (64K - 1) bytes
by Jagan Teki
· 5 years ago
79e1377
mtd: spi-nor-core: Fix static checker warnings
by Vignesh Raghavendra
· 5 years ago
9f7ee33
imx8m: ddr_init: Move ddr_init() messages to debug level
by Fabio Estevam
· 5 years ago
ed55562
phy: ti-pipe3: Fix SATA & USB PHY power up sequence
by Roger Quadros
· 5 years ago
80c69c6
phy: ti-pipe3: improve DPLL stability for SATA & USB
by Roger Quadros
· 5 years ago
cf60864
phy: ti-pipe3: Introduce mode property in driver data
by Roger Quadros
· 5 years ago
5015e92
phy: ti-pipe3: Use TRM recommended settings for SATA DPLL
by Roger Quadros
· 5 years ago
f6cbc73
armv8: lx2160a: Add FSL_PEX_STREAM_ID_END for LX2160A
by Wasim Khan
· 5 years ago
b1ec281
pci: layerscape_gen4: Suffix API names with _ls_gen4
by Wasim Khan
· 5 years ago
8cb089e
pci: layerscape: Suffix API names with _ls
by Wasim Khan
· 5 years ago
Next »