summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-20arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut1-3/+0
2015-12-20arm: socfpga: mcvevk: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut1-3/+0
2015-12-20arm: socfpga: de0_nano: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut1-3/+0
2015-12-20arm: socfpga: cyclone5-socdk: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut1-3/+0
2015-12-20arm: socfpga: arria5-socdk: Probe DWC2 UDC from OF instead of hard-coded dataMarek Vasut1-3/+0
2015-12-20arm: socfpga: Allow DWC2 UDC probing from OFMarek Vasut1-0/+1
2015-12-20arm: socfpga: socrates: Remove Micrel PHY configurationMarek Vasut1-7/+0
2015-12-20arm: socfpga: sockit: Remove Micrel PHY configurationMarek Vasut1-7/+0
2015-12-20arm: socfpga: de0_nano: Remove Micrel PHY configurationMarek Vasut1-3/+0
2015-12-20arm: socfpga: cyclone5-socdk: Remove Micrel PHY configurationMarek Vasut1-7/+0
2015-12-20arm: socfpga: arria5-socdk: Remove Micrel PHY configurationMarek Vasut1-7/+0
2015-12-18Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini3-15/+8
2015-12-18microblaze: Do not handle watchdog and gpio in SPLMichal Simek1-2/+4
2015-12-18microblaze: Remove support for LL_TEMACMichal Simek1-5/+1
2015-12-18microblaze: Use malloc setting via KconfigMichal Simek1-6/+0
2015-12-18microblaze: Make room for malloc before ELFMichal Simek1-1/+2
2015-12-18net: gem: Add driver dependencies to PHYLIBMichal Simek1-1/+0
2015-12-18arm: zynq: Update ZYBO config optionsNathan Rossi1-0/+1
2015-12-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini8-123/+35
2015-12-17usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut1-4/+4
2015-12-17usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut1-2/+2
2015-12-17usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*Marek Vasut6-10/+10
2015-12-17usb: s3c-otg: Tweak the commentsMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Zap useless externsMarek Vasut1-1/+1
2015-12-17usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut1-91/+3
2015-12-17usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut1-5/+5
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini1-0/+12
2015-12-16Revert "include/linux: move typdef for uintptr_t"York Sun2-1/+3
2015-12-15Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini12-14/+193
2015-12-15armv8: Add sata support on Layerscape ARMv8 boardTang Yuantian3-0/+53
2015-12-15armv8/ls1043ardb: add SECURE BOOT target for NORAneesh Bansal2-1/+18
2015-12-15include/linux: move typdef for uintptr_tAneesh Bansal2-3/+1
2015-12-15armv8: fsl-layerscale: Rewrite reserving memory for MC and debug serverYork Sun1-7/+2
2015-12-15Reserve secure memoryYork Sun1-0/+14
2015-12-14rockchip: Add basic support for kylin boardhuang lin1-0/+12
2015-12-14Enable console log from earlyconsole in Linux bootargsPratiyush Mohan Srivastava2-2/+2
2015-12-14armv8/ls1043ardb: Add support for >2GB memoryShaohui Xie2-1/+2
2015-12-14fsl/ddr: updated ddr errata-A008378 for arm and power SoCsShengzhou Liu1-0/+31
2015-12-14fsl/errata: move fsl_errata.h to common directoryShengzhou Liu1-0/+61
2015-12-14driver/ddr/fsl: Update DDR4 RTT valuesYork Sun1-0/+9
2015-12-12stm32: Convert serial driver to DMKamil Lulko2-9/+17
2015-12-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+15
2015-12-11imx: mx7dsabresd: Add QSPI supportPeng Fan1-0/+15
2015-12-10sunxi: power: enabled support for axp818vishnupatekar1-1/+2
2015-12-10sunxi: power: axp818: add support for axp818 drivervishnupatekar2-0/+78
2015-12-10sunxi: Add Machine Support for A83T SOCvishnupatekar1-0/+4
2015-12-09x86: Clean up ivybridge/chrome Kconfig optionsBin Meng1-1/+0
2015-12-07CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not setTom Rini1-4/+1
2015-12-07Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini10-50/+11