summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* board/BuR/tseries: remove unnary CONFIG_LCD_NOSTDOUTHannes Petermaier2015-05-081-1/+0
* board/BuR/tseries: take usage of CONFIG_LCD_ROTATIONHannes Petermaier2015-05-082-3/+28
* image: android: handle default kernel addressMaxime Ripard2015-05-081-2/+25
* Remove non-working address from MAINTAINERPavel Machek2015-05-081-5/+0
* Fix musl buildJörg Krause2015-05-084-0/+5
* misc: led: Add PCA9551 LED driverStefan Roese2015-05-083-0/+169
* README: fix typo in 'currently'Fabio Estevam2015-05-081-1/+1
* ti: am335x/am437x/omap5 devices: Unify network environment variablesCooper Jr., Franklin2015-05-084-28/+28
* Merge git://git.denx.de/u-boot-dmTom Rini2015-05-0867-649/+1743
|\
| * dm: sf: Update default name of spi flash in structure udeviceHaikun.Wang@freescale.com2015-05-061-2/+2
| * dm: usb: exynos: Drop legacy USB codeSimon Glass2015-05-064-229/+0
| * sandbox: Enable time unit test commandSimon Glass2015-05-061-0/+1
| * test: Add a simple time testSimon Glass2015-05-063-0/+146
| * sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-063-3/+20
| * usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede2015-05-061-1/+2
| * usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2015-05-062-5/+84
| * usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede2015-05-061-1/+1
| * usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2015-05-062-93/+86
| * usb: ohci: Remove unnecessary phcca variableHans de Goede2015-05-061-6/+3
| * usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2015-05-062-20/+9
| * usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2015-05-062-23/+19
| * usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede2015-05-061-60/+64
| * usb: ohci: Remove unused devgone global variableHans de Goede2015-05-061-8/+0
| * usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede2015-05-061-6/+11
| * dm: usb: Set desc_before_addr from ehci dm codeHans de Goede2015-05-051-0/+3
| * dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede2015-05-051-12/+22
| * dm: usb: Use usb_get_bus in dm ehci codeHans de Goede2015-05-051-8/+1
| * dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2015-05-052-22/+38
| * dm: usb: Make usb_get_bus easier to use for callersHans de Goede2015-05-052-17/+7
| * dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede2015-05-051-2/+1
| * dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin2015-05-051-6/+7
| * dm: rtc: Add tests for real-time clocksSimon Glass2015-05-053-0/+194
| * dm: test: dts: Sort the aliases in the test device tree fileSimon Glass2015-05-051-4/+4
| * dm: rtc: sandbox: Enable real-time clock supportSimon Glass2015-05-053-2/+2
| * dm: sandbox: dts: Add a real-time clock attached to I2CSimon Glass2015-05-051-1/+11
| * dm: net: rtc: Support using driver model for rtc in sntpSimon Glass2015-05-051-0/+12
| * dm: rtc: Convert 'date' command to support driver modelSimon Glass2015-05-051-14/+41
| * dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2015-05-052-0/+109
| * dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass2015-05-054-0/+286
| * dm: rtc: Add a uclass for real-time clocksSimon Glass2015-05-055-0/+239
| * dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass2015-05-052-0/+29
| * dm: rtc: Split structure definition into its own fileSimon Glass2015-05-052-25/+37
| * dm: Remove unnecessary types in bcd.hSimon Glass2015-05-051-5/+3
| * dm: rtc: Rename mktime() and reduce the number of parametersSimon Glass2015-05-0514-41/+54
| * dm: rtc: Rename to_tm() to rtc_to_tm() and add error codeSimon Glass2015-05-0516-19/+36
| * dm: rtc: Rename gregorian day functionSimon Glass2015-05-054-5/+20
| * fdt: Correct warning in fdt_setup_simplefb_node()Simon Glass2015-05-051-1/+1
| * dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-054-11/+42
| * dm: i2c: Add functions to read and write a registerSimon Glass2015-05-052-0/+40
| * dm: i2c: sandbox: Add debugging to the speed limitSimon Glass2015-05-051-1/+3
OpenPOWER on IntegriCloud