summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-06usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2-5/+84
2015-05-06usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede1-1/+1
2015-05-06usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2-93/+86
2015-05-06usb: ohci: Remove unnecessary phcca variableHans de Goede1-6/+3
2015-05-06usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2-20/+9
2015-05-06usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2-23/+19
2015-05-06usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede1-60/+64
2015-05-06usb: ohci: Remove unused devgone global variableHans de Goede1-8/+0
2015-05-06usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede1-6/+11
2015-05-06dm: usb: Set desc_before_addr from ehci dm codeHans de Goede1-0/+3
2015-05-06dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede1-12/+22
2015-05-06dm: usb: Use usb_get_bus in dm ehci codeHans de Goede1-8/+1
2015-05-06dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2-22/+38
2015-05-06dm: usb: Make usb_get_bus easier to use for callersHans de Goede2-17/+7
2015-05-06dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede1-2/+1
2015-05-06dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin1-6/+7
2015-05-06dm: rtc: Add tests for real-time clocksSimon Glass3-0/+194
2015-05-06dm: test: dts: Sort the aliases in the test device tree fileSimon Glass1-4/+4
2015-05-06dm: rtc: sandbox: Enable real-time clock supportSimon Glass3-2/+2
2015-05-06dm: sandbox: dts: Add a real-time clock attached to I2CSimon Glass1-1/+11
2015-05-06dm: net: rtc: Support using driver model for rtc in sntpSimon Glass1-0/+12
2015-05-06dm: rtc: Convert 'date' command to support driver modelSimon Glass1-14/+41
2015-05-06dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2-0/+109
2015-05-06dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass4-0/+286
2015-05-06dm: rtc: Add a uclass for real-time clocksSimon Glass5-0/+239
2015-05-06dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass2-0/+29
2015-05-06dm: rtc: Split structure definition into its own fileSimon Glass2-25/+37
2015-05-06dm: Remove unnecessary types in bcd.hSimon Glass1-5/+3
2015-05-06dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass14-41/+54
2015-05-06dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass16-19/+36
2015-05-06dm: rtc: Rename gregorian day functionSimon Glass4-5/+20
2015-05-06fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass1-1/+1
2015-05-06dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass4-11/+42
2015-05-06dm: i2c: Add functions to read and write a registerSimon Glass2-0/+40
2015-05-06dm: i2c: sandbox: Add debugging to the speed limitSimon Glass1-1/+3
2015-05-06dm: spi: Correct the comment on spi_get_ops()Simon Glass1-1/+1
2015-05-06cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-05-06cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-05-06dm: spi: Avoid setting the speed with every transferSimon Glass2-3/+9
2015-05-06test: dm: eth: Skip timeouts on ping testsJoe Hershberger1-0/+2
2015-05-06sandbox: eth: Add a function to skip ping timeoutsJoe Hershberger2-0/+19
2015-05-06sandbox: Add test function to advance timeJoe Hershberger3-6/+18
2015-05-06Prepare v2015.07-rc1Tom Rini1-2/+2
2015-05-06fw_env.h: include autoconf.hMax Krummenacher1-0/+1
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini89-510/+3241
2015-05-05Merge git://git.denx.de/u-boot-marvellTom Rini36-60/+379
2015-05-05arm: mvebu: Remove "u-boot.kwb" CONFIG_BUILD_TARGET for non-SPL targetsStefan Roese1-2/+0
2015-05-05arm: mvebu: db-mv784mp-gp: Fix ECC I2C addressStefan Roese1-1/+1
2015-05-05arm: mvebu: Add Armada A38x DB-88F6820-GP board supportStefan Roese8-0/+233
2015-05-05arm: mvebu: Add d-cache invalidate before enabling the d-cacheStefan Roese1-0/+3