Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
66ddc2ee08ee12d6374e8746c5c8e4f3e1d78713
/
drivers
9175e38
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 6 years ago
11ff45d
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
5f364f5
usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support
by Adam Ford
· 6 years ago
6d63cae
dm: cache: add the pl310 cache controller driver
by Dinh Nguyen
· 6 years ago
d94e18e
dm: cache: Create a uclass for cache
by Dinh Nguyen
· 6 years ago
01b6833
Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips
by Tom Rini
· 6 years ago
f7e008e
Merge tag 'mmc-2019-5-3' of https://github.com/MrVan/u-boot
by Tom Rini
· 6 years ago
4185512
net: ravb: Avoid unsupported internal delay mode for R-Car E3/D3
by Marek Vasut
· 6 years ago
0053c3b
pinctrl: renesas: Remove sh_pfc_config_mux_for_gpio()
by Marek Vasut
· 6 years ago
f071c0a
gpio: renesas: Migrate to pinctrl GPIO accessors
by Marek Vasut
· 6 years ago
02d34f0
pinctrl: renesas: Implement gpio_request_enable/gpio_disable_free
by Marek Vasut
· 6 years ago
0cc1936
pinctrl: renesas: Set pin type in sh_pfc_config_mux_for_gpio
by Marek Vasut
· 6 years ago
8751096
pinctrl: gpio: Add callback for configuring pin as GPIO
by Marek Vasut
· 6 years ago
0084877
Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig
by Alex Kiernan
· 6 years ago
d5f516c
usb: musb_hcd: remove unnecessary ifdefs for dm* SoCs
by Bartosz Golaszewski
· 6 years ago
80162a1
nand: davinci: remove dead code for dm644x
by Bartosz Golaszewski
· 6 years ago
101c5ba
net: davinci_emac: drop support for unused PHYs
by Bartosz Golaszewski
· 6 years ago
3da5da3
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
0972521
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
55f6254
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 6 years ago
7bc8f21
usb: ohci: Re-enable commented out delay
by Adam Ford
· 6 years ago
7afd794
net: mscc: luton: Update network driver for pcb90
by Horatiu Vultur
· 6 years ago
89f051b
mips: rename mach-mt7620 to mach-mtmips
by developer
· 6 years ago
72c64a4
net: mscc: ocelot: Update network driver for pcb120
by Horatiu Vultur
· 6 years ago
4d46cb4
net: Add MSCC Serval network driver.
by Horatiu Vultur
· 6 years ago
4c082a6
mmc: sdhci: Add Support for ADMA2
by Faiz Abbas
· 6 years ago
8710250
mmc: sdhci: Move DMA handling to prepare_dma() function
by Faiz Abbas
· 6 years ago
e1f4f69
mmc: fsl_esdhc: Fix wp_enable issue
by Ye Li
· 6 years ago
56fd85d
mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue
by Ye Li
· 6 years ago
4aaf982
Merge branch '2019-05-03-master-imports'
by Tom Rini
· 6 years ago
8928fbd
firmware: ti_sci: Always request response from firmware
by Andrew F. Davis
· 6 years ago
0a06024
watchdog: Kconfig: update WDT help message
by Patrice Chotard
· 6 years ago
d15f865
dma: ti: k3-udma: Do not touch RT registers before channel configuration
by Peter Ujfalusi
· 6 years ago
607d4ca
firmware: ti_sci: Fix TISCI mailbox receive timeout handling
by Andreas Dannenberg
· 6 years ago
a3c8bb1
drivers: dma: ti: k3-udma: Extract packet data only when Meta data is not NULL
by Keerthy
· 6 years ago
09e9415
mtd: spi-nor: fix page program issue when using spi-mem driver
by developer
· 6 years ago
b9739da
i2c: mvtwsi: fix reading status register after interrupt
by Marek Behún
· 6 years ago
544f9de
Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchip
by Tom Rini
· 6 years ago
dd6f126
Merge tag 'u-boot-imx-20190426' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
9fbe17c
rockchip: use 'arch-rockchip' as header file path
by Kever Yang
· 6 years ago
cb484fc
pinctrl: exit pinconfig_post_bind if there are no subnodes
by Urja Rannikko
· 6 years ago
09258c9
rockchip: spi: make optimised receive-handler unaligned-safe
by Philipp Tomsich
· 6 years ago
8d1b09c
rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flag
by Philipp Tomsich
· 6 years ago
8e45399
rockchip: spi: add optimised receive-only implementation
by Philipp Tomsich
· 6 years ago
e3cc1a2
rockchip: spi: only wait for completion, if transmitting
by Philipp Tomsich
· 6 years ago
5755fff
rockchip: spi: consistently use false/true with rkspi_enable_chip
by Philipp Tomsich
· 6 years ago
a5a3716
rockchip: spi: fix off-by-one in chunk size computation
by Philipp Tomsich
· 6 years ago
1b35a51
rockchip: spi: remove unused code and fields in priv
by Philipp Tomsich
· 6 years ago
8cb1d58
rockchip: spi: add debug message for delay in CS toggle
by Philipp Tomsich
· 6 years ago
b6da37b
mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline size
by Marek Vasut
· 6 years ago
72d37b6
mmc: dw_mmc: Handle return value from bounce_buffer_start()
by Marek Vasut
· 6 years ago
ffac512
mmc: dw_mmc: Calculate timeout from transfer length
by Marek Vasut
· 6 years ago
78b0b9d
avb: add support for named persistent values
by Igor Opaniuk
· 6 years ago
9dd211e
sysreset: syscon: remove POWER reset cause
by Patrick Delaunay
· 6 years ago
e599b54
net: lpc32xx: Use IRAM for transmit buffer
by Gregory CLEMENT
· 6 years ago
e5b9631
mtd: nand: raw: Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behavior
by Gregory CLEMENT
· 6 years ago
7aa9a08
firmware: ti_sci: Modify auth_boot TI-SCI API to match new version
by Andrew F. Davis
· 6 years ago
2aafc0c
firmware: ti_sci: Add support for firewall management
by Andrew F. Davis
· 6 years ago
2ea88aa
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 6 years ago
fee4c9d
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
f1b5482
watchdog: at91sam9_wdt: Remove now superfluous wdt start and reset
by Stefan Roese
· 6 years ago
777fb0b
watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup
by Stefan Roese
· 6 years ago
83af276
watchdog: cadence: Remove driver specific "timeout-sec" handling
by Stefan Roese
· 6 years ago
502acb0
watchdog: Implement generic watchdog_reset() version
by Stefan Roese
· 6 years ago
b9af62d
mmc: mv_sdhci: add driver model support
by Pierre Bourdon
· 6 years ago
ca09d4c
ddr: imx8m: hide i.MX8M DDR options from device driver entry
by Peng Fan
· 6 years ago
4d5e0a2
mxc_ocotp: Disable fuse sense for imx8mq B1
by Ye Li
· 6 years ago
2cb89e3
mxc_ocotp: Update redundancy banks for mx7ulp B0
by Ye Li
· 6 years ago
0efac15
misc: imx8: scu: add i.MX8QM support
by Peng Fan
· 6 years ago
9a0dc91
clk: imx8: add i.MX8QM clk driver
by Peng Fan
· 6 years ago
6a8e5f9
clk: imx8: split code into common and soc specific part
by Peng Fan
· 6 years ago
ef86773
pinctrl: imx8: add i.MX8QM compatible
by Peng Fan
· 6 years ago
6fccaf2
Convert CONFIG_USB_EHCI_MX5 to Kconfig
by Lukasz Majewski
· 6 years ago
dbc70f8
USB: DM: Convert i.MX5 ehci code to driver model
by Lukasz Majewski
· 6 years ago
0fe6f16
imx8: fuse: add fuse driver
by Peng Fan
· 6 years ago
4d930c6
rtc: m41t62: add compatible for m41t82
by Simon Goldschmidt
· 6 years ago
28608a1
i2c: designware: fix reset handling on socfpga gen5
by Simon Goldschmidt
· 6 years ago
18ae337
Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
d7f0a35
Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-boot
by Tom Rini
· 6 years ago
e59d7eb
Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic
by Tom Rini
· 6 years ago
85bddff
dm: core: Change platform specific translation-offset handling
by Stefan Roese
· 6 years ago
54310eb
simple-bus: add DM_FLAG_PRE_RELOC flag to simple-bus driver
by Lukas Auer
· 6 years ago
2a33b68
pinctrl: add driver for MT8516
by Fabien Parent
· 6 years ago
1fe5ad0
clk: mediatek: add driver for MT8516
by Fabien Parent
· 6 years ago
69463e5
clk: mediatek: add support for SETCLR_INV and NO_SETCLR flags
by Fabien Parent
· 6 years ago
8ed608a
mmc: mtk-sd: fix configuration option check
by Fabien Parent
· 6 years ago
1d520a4
mmc: mtk-sd: add support for MT8516
by Fabien Parent
· 6 years ago
297fa1a
mmc: mtk-sd: add source_cg clock support
by Fabien Parent
· 6 years ago
0e1cc91
net: add higmacv300 Ethernet driver for HiSilicon platform
by Shawn Guo
· 6 years ago
8aa8f30
reset: add reset driver for HiSilicon platform
by Shawn Guo
· 6 years ago
adf0d99
pci: Add boundary check for hose->regions
by Thierry Reding
· 6 years ago
49465cb
led: bcm6858: allow to use this driver on ARCH_963158
by Philippe Reynes
· 6 years ago
8a0b523
mmc: stm32_sdmmc2: Fix r1b timeout issue
by Christophe Kerello
· 6 years ago
920e89f
mmc: stm32_sdmmc2: Update DT properties with v4.19 bindings
by Patrick Delaunay
· 6 years ago
3e178ba
mmc: arm_pl180_mmci: Sync compatible with kernel
by Patrice Chotard
· 6 years ago
636768f
pinctrl: stm32: Add st,stm32f769-pinctrl compatible string
by Patrice Chotard
· 6 years ago
d03f5f0
clk: meson: add g12a support
by Jerome Brunet
· 6 years ago
3da39a8
clk: create meson directory and move related drivers
by Jerome Brunet
· 6 years ago
0ff3cd0
pinctrl: meson: add g12a support
by Jerome Brunet
· 6 years ago
77c0dbc
regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset
by Neil Armstrong
· 6 years ago
Next »