Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
6a72e804a2b27e95cc7394876cc6a57f29e70817
/
drivers
6a72e80
sunxi: ohci: Add ohci usb host controller support
by Hans de Goede
· 10 years ago
8d837a1
sunxi: ehci: Convert to the driver-model
by Hans de Goede
· 10 years ago
58b4048
usb: ohci: Add dm support
by Hans de Goede
· 10 years ago
8f761f0
usb: ohci: Skip unnecessary mdelay(1) calls in various places
by Hans de Goede
· 10 years ago
969bb5b
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
by Hans de Goede
· 10 years ago
47976d2
usb: ohci: Do not resubmit and leak urbs for interrupt packets
by Hans de Goede
· 10 years ago
e253637
dm: usb: Do not scan companion buses if no devices where handed over
by Hans de Goede
· 10 years ago
b6de4d1
dm: usb: Add support for companion controllers
by Hans de Goede
· 10 years ago
a24a0e9
dm: usb: Move printing of usb scan status to usb_scan_bus()
by Hans de Goede
· 10 years ago
8a5f066
dm: usb: Add support for interrupt queues to the dm usb code
by Hans de Goede
· 10 years ago
029fd8e
dm: usb: Prefix ehci interrupt-queue functions with _ehci_
by Hans de Goede
· 10 years ago
45b9ea1
usb: Stop reset procedure when a dev is handed over to a companion hcd
by Hans de Goede
· 10 years ago
71b9452
usb: Fix handover of full-speed devices from ehci to companion
by Hans de Goede
· 10 years ago
dedc44b
tegra124: video: Add full link training for eDP
by Simon Glass
· 10 years ago
e7e8823
tegra: video: support eDP displays on Tegra124 devices
by Simon Glass
· 10 years ago
59dd5aa
tegra: video: Add Embedded DisplayPort driver
by Simon Glass
· 10 years ago
00f3732
tegra: video: Support serial output resource (SOR) on tegra124
by Simon Glass
· 10 years ago
51f2c99
dm: video: Add a uclass for display port
by Simon Glass
· 10 years ago
d55b7d4
power: Export register access functions from as3722
by Simon Glass
· 10 years ago
962f5ca
dm: gpio: Add error handling and a function to claim vector GPIOs
by Simon Glass
· 10 years ago
698a12b
Revert "stm32f4: fix serial output"
by Tom Rini
· 10 years ago
6975172
serial: fdt: add device tree support for pl01x
by Vikas Manocha
· 10 years ago
60570df
stm32f4: add serial print port
by kunhuahuang
· 10 years ago
85e5f5b
stm32f4: fix serial output
by kunhuahuang
· 10 years ago
895b5d6
gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places
by Axel Lin
· 10 years ago
1cdd941
misc: led: Add PCA9551 LED driver
by Stefan Roese
· 10 years ago
a5e1bcd
dm: sf: Update default name of spi flash in structure udevice
by Haikun.Wang@freescale.com
· 10 years ago
f56da29
dm: usb: exynos: Drop legacy USB code
by Simon Glass
· 10 years ago
fa5b9ba
usb: ohci: Don't log an error on interrupt packet timeout
by Hans de Goede
· 10 years ago
8d005ef
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
by Hans de Goede
· 10 years ago
cae01cb
usb: ohci: Fix ctrl in messages with a data-len of 0
by Hans de Goede
· 10 years ago
6651c14
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
by Hans de Goede
· 10 years ago
26548bb
usb: ohci: Remove unnecessary phcca variable
by Hans de Goede
· 10 years ago
3c5497d
usb: ohci: Move the td array struct to inside the ohci_dev struct
by Hans de Goede
· 10 years ago
19d95d5
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
by Hans de Goede
· 10 years ago
c5613df
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
by Hans de Goede
· 10 years ago
69710ce
usb: ohci: Remove unused devgone global variable
by Hans de Goede
· 10 years ago
cb8a2c1
dm: usb: Set desc_before_addr from ehci dm code
by Hans de Goede
· 10 years ago
fcdd8aa
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
by Hans de Goede
· 10 years ago
25c8ebd
dm: usb: Use usb_get_bus in dm ehci code
by Hans de Goede
· 10 years ago
7f1a075
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
by Hans de Goede
· 10 years ago
f78a5c0
dm: usb: Make usb_get_bus easier to use for callers
by Hans de Goede
· 10 years ago
134692a
dm: usb: Do not use bus->seq before device_probe(bus)
by Hans de Goede
· 10 years ago
76382aa
dm: i2c-gpio: Remove redundant dm_gpio_set_value() call
by Axel Lin
· 10 years ago
8e7083f
dm: rtc: sandbox: Enable real-time clock support
by Simon Glass
· 10 years ago
5871416
dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
by Simon Glass
· 10 years ago
dd18e5d
dm: rtc: sandbox: Add an emulated I2C RTC device
by Simon Glass
· 10 years ago
dbeda5b
dm: rtc: Add a uclass for real-time clocks
by Simon Glass
· 10 years ago
7142098
dm: rtc: Rename mktime() and reduce the number of parameters
by Simon Glass
· 10 years ago
9f9276c
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
by Simon Glass
· 10 years ago
199e87c
dm: rtc: Rename gregorian day function
by Simon Glass
· 10 years ago
182bf92
dm: i2c: Add an explicit test mode to the sandbox I2C driver
by Simon Glass
· 10 years ago
ba3864f
dm: i2c: Add functions to read and write a register
by Simon Glass
· 10 years ago
1bde67b
dm: i2c: sandbox: Add debugging to the speed limit
by Simon Glass
· 10 years ago
527265d
cros_ec: Handle the single duplex requirement in cros_ec
by Simon Glass
· 10 years ago
c4b206d
cros_ec: Show the protocol version in the debug message
by Simon Glass
· 10 years ago
60e2809
dm: spi: Avoid setting the speed with every transfer
by Simon Glass
· 10 years ago
6f2707c
sandbox: eth: Add a function to skip ping timeouts
by Joe Hershberger
· 10 years ago
d81572c
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
1131d4e
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 10 years ago
144d509
arm: mvebu: db-mv784mp-gp: Fix ECC I2C address
by Stefan Roese
· 10 years ago
ff7e9cf
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
3f2f1a0
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
33fe2fb
ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
by Marek Vasut
· 10 years ago
707ac1a
tegra: mmc: Set the removable flag correctly
by Simon Glass
· 10 years ago
ebe78bb
mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
by Alexander Stein
· 10 years ago
253d5bd
mmc: fsl_esdhc: update eMMC44 adapter card erase timeout
by Yangbo Lu
· 10 years ago
5e1c23c
mmc: sdhci: add timeout setting for response busy command
by Kevin Liu
· 10 years ago
5a20397
mmc: remove the MMC_MODE_HC flag
by Rob Herring
· 10 years ago
bd47c13
mmc: Fix splitting device initialization
by Andrew Gabbasov
· 10 years ago
1677eef
mmc: Restructure polling loops to avoid extra delays
by Andrew Gabbasov
· 10 years ago
cc17c01
mmc: Continue polling MMC card for OCR only if it is still not ready
by Andrew Gabbasov
· 10 years ago
5289b53
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
by Andrew Gabbasov
· 10 years ago
a626c8d
mmc: Avoid extra duplicate entry in mmc device structure
by Andrew Gabbasov
· 10 years ago
b939689
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
622da1c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
2d9ca2c
mmc: fsl_esdhc: Add peripheral clock support
by Yangbo Lu
· 10 years ago
5a8dbdc
mmc: fsl_esdhc: Add adapter card type identification support
by Yangbo Lu
· 10 years ago
1d0b59a
fsl/pci: Set CFG_READY for PCIe v3.0 and later
by Minghuan Lian
· 10 years ago
5066e62
T2080QDS/PCIe: Soft Reset PCIe on T2080QDS for down-training issue
by Zhao Qiang
· 10 years ago
0dc78ff
drivers: usb: fsl: Workaround for Erratum A004477
by Nikhil Badola
· 10 years ago
e13afee
sunxi: usb: Do not call phy_probe from hcd code
by Hans de Goede
· 10 years ago
2aacc42
sunxi: usb: Rename the usbc.? files to usb_phy.?
by Hans de Goede
· 10 years ago
7b79865
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
by Hans de Goede
· 10 years ago
a781c97
sunxi: usb: Remove sunxi_usbc_get_io_base function
by Hans de Goede
· 10 years ago
375de01
sunxi: usb: Move setup of host controller clocks to the host controller drivers
by Hans de Goede
· 10 years ago
421b32b
sunxi: axp: Remove non driver-model support from the axp gpio code
by Hans de Goede
· 10 years ago
d17e157
sunxi: emac: Remove non driver-model code
by Hans de Goede
· 10 years ago
939ed1c
sunxi: emac: Add driver model support
by Hans de Goede
· 10 years ago
d88c2f1
sunxi: emac: Rename DMA_CPU_TRRESHOLD to EMAC_RX_BUFSIZE
by Hans de Goede
· 10 years ago
f9f62d2
sunxi: emac: Prepare for driver-model support
by Hans de Goede
· 10 years ago
8145dea
sunxi: emac: port to phylib
by Hans de Goede
· 10 years ago
f9b7a04
sunxi: axp: Add driver-model support to the axp_gpio code
by Hans de Goede
· 10 years ago
2fcf033
sunxi: axp: Move axp gpio code to a separate axpi-gpio driver
by Hans de Goede
· 10 years ago
1d624a4
sunxi: axp: Move axp pmic register helpers to a separate file
by Hans de Goede
· 10 years ago
12ce155
sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops
by Hans de Goede
· 10 years ago
746c087
sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code too
by Hans de Goede
· 10 years ago
11d52a9
sunxi: gpio: Add compatible strings for all supported SoCs
by Hans de Goede
· 10 years ago
a5ab883
sunxi: gpio: Add temporary implementation of name_to_gpio()
by Simon Glass
· 10 years ago
07ce60f
sunxi: gpio: Rename GPIOs to include a 'P' prefix
by Simon Glass
· 10 years ago
Next »