aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-08board/BuR/common: rename "usbupdate" environment to "usbscript"Hannes Petermaier4-10/+5
2015-05-08board/BuR/common: remove BMP_DISPLAY from tseries boardHannes Petermaier3-14/+10
2015-05-08board/BuR/tseries: Add simplefb supportHannes Petermaier2-48/+90
2015-05-08board/BuR/tseries: remove unnary CONFIG_LCD_NOSTDOUTHannes Petermaier1-1/+0
2015-05-08board/BuR/tseries: take usage of CONFIG_LCD_ROTATIONHannes Petermaier2-3/+28
2015-05-08image: android: handle default kernel addressMaxime Ripard1-2/+25
2015-05-08Remove non-working address from MAINTAINERPavel Machek1-5/+0
2015-05-08Fix musl buildJörg Krause4-0/+5
2015-05-08misc: led: Add PCA9551 LED driverStefan Roese3-0/+169
2015-05-08README: fix typo in 'currently'Fabio Estevam1-1/+1
2015-05-08ti: am335x/am437x/omap5 devices: Unify network environment variablesCooper Jr., Franklin4-28/+28
2015-05-08Merge git://git.denx.de/u-boot-dmTom Rini67-649/+1743
2015-05-08git-mailrc: add Dinh Nguyen as a contact for SoCFPGADinh Nguyen1-1/+1
2015-05-07git-mailrc: add Marek as SOCFPGA maintainerMasahiro Yamada1-0/+1
2015-05-07ARM: socfpga: abolish CONFIG_SOCFPGAMasahiro Yamada3-4/+2
2015-05-07ARM: socfpga: move SoC headers to mach-socfpga/include/machMasahiro Yamada13-0/+0
2015-05-07ARM: socfpga: move SoC sources to mach-socfpgaMasahiro Yamada14-2/+2
2015-05-07ARM: socfpga: move board select into mach-socfpga/KconfigMasahiro Yamada6-42/+34
2015-05-07ARM: socfpga: remove redundant config.mkMasahiro Yamada1-8/+0
2015-05-07ARM: socfpga: do not add board directory to header search pathMasahiro Yamada2-4/+1
2015-05-06dm: sf: Update default name of spi flash in structure udeviceHaikun.Wang@freescale.com1-2/+2
2015-05-06dm: usb: exynos: Drop legacy USB codeSimon Glass4-229/+0
2015-05-06sandbox: Enable time unit test commandSimon Glass1-0/+1
2015-05-06test: Add a simple time testSimon Glass3-0/+146
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons3-3/+20
2015-05-06usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede1-1/+2
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-05dm: usb: Set desc_before_addr from ehci dm codeHans de Goede1-0/+3
2015-05-05dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede1-12/+22
2015-05-05dm: usb: Use usb_get_bus in dm ehci codeHans de Goede1-8/+1
2015-05-05dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2-22/+38
2015-05-05dm: usb: Make usb_get_bus easier to use for callersHans de Goede2-17/+7
2015-05-05dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede1-2/+1
2015-05-05dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin1-6/+7
2015-05-05dm: rtc: Add tests for real-time clocksSimon Glass3-0/+194
2015-05-05dm: test: dts: Sort the aliases in the test device tree fileSimon Glass1-4/+4
2015-05-05dm: rtc: sandbox: Enable real-time clock supportSimon Glass3-2/+2
2015-05-05dm: sandbox: dts: Add a real-time clock attached to I2CSimon Glass1-1/+11
2015-05-05dm: net: rtc: Support using driver model for rtc in sntpSimon Glass1-0/+12
2015-05-05dm: rtc: Convert 'date' command to support driver modelSimon Glass1-14/+41
2015-05-05dm: rtc: sandbox: Add a driver for the sandbox I2C RTCSimon Glass2-0/+109
2015-05-05dm: rtc: sandbox: Add an emulated I2C RTC deviceSimon Glass4-0/+286