aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-19nios2: Soup up the shell experienceMarek Vasut2-0/+4
2015-12-19nios2: Enable support for fitImageMarek Vasut2-0/+2
2015-12-19nios2: Preconfigure $loadaddr variableMarek Vasut2-2/+4
2015-12-19nios2: Up the monitor size to 512kiBMarek Vasut2-2/+2
2015-12-19nios2: Calculate the env position from monitor sizeMarek Vasut2-26/+26
2015-12-18Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini29-98/+12159
2015-12-18microblaze: Do not handle watchdog and gpio in SPLMichal Simek2-3/+6
2015-12-18microblaze: Enable DM by defaultMichal Simek2-1/+1
2015-12-18microblaze: Enable OF_CONTROL by defaultMichal Simek2-1/+1
2015-12-18microblaze: Remove support for LL_TEMACMichal Simek3-46/+1
2015-12-18microblaze: Use malloc setting via KconfigMichal Simek2-6/+2
2015-12-18microblaze: Make room for malloc before ELFMichal Simek1-1/+2
2015-12-18dm: net: Fix DM for targets which use MANUAL_RELOCMichal Simek1-0/+28
2015-12-18net: gem: Add driver dependencies to PHYLIBMichal Simek13-15/+1
2015-12-18net: gem: Fix typo in Kconfig entryMichal Simek1-1/+1
2015-12-18net: gem: Separate recv and free_pkt functionsMichal Simek1-20/+32
2015-12-18net: gem: Fix return value from recvMichal Simek1-1/+1
2015-12-18net: gem: Setup default phy address to -1Michal Simek1-1/+2
2015-12-18arm: zynq: Update ZYBO config optionsNathan Rossi3-0/+20
2015-12-18spi: zynq_qspi: Add configuration to disable LQSPI featureNathan Rossi1-0/+9
2015-12-18tools: zynqimage: Clean up check_paramsNathan Rossi1-2/+1
2015-12-18ARM: zynq: Add default ps7_init_gpl.c/h for ZYBONathan Rossi4-1/+12046
2015-12-18ARM: zynq: Enable u-boot,dm-pre-reloc for sdhciMichal Simek3-0/+6
2015-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini30-311/+380
2015-12-17usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren1-0/+3
2015-12-17usb: add support of generic OHCI devicesAlexey Brodkin3-0/+54
2015-12-17usb: host: ehci: samsung: Move hcor initialization after usb phy setupLukasz Majewski1-2/+2
2015-12-17usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.hMarek Vasut15-18/+18
2015-12-17usb: s3c-otg: Rename s3c_udc_probe() functionMarek Vasut13-14/+14
2015-12-17usb: s3c-otg: Rename struct s3c_plat_otg_dataMarek Vasut14-16/+16
2015-12-17usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*Marek Vasut7-12/+12
2015-12-17usb: s3c-otg: Tweak the commentsMarek Vasut5-5/+5
2015-12-17usb: s3c-otg: Rename remaining macrosMarek Vasut4-22/+22
2015-12-17usb: s3c-otg: Rename sources to dwc2_*cMarek Vasut4-6/+6
2015-12-17usb: s3c-otg: Rename local headers to dwc2_*hMarek Vasut5-8/+8
2015-12-17usb: s3c-otg: Change the driver name to dwc2-udcMarek Vasut1-3/+3
2015-12-17usb: s3c-otg: Zap useless externsMarek Vasut2-5/+3
2015-12-17usb: s3c-otg: Rename remaining local s3c_*() functionsMarek Vasut2-23/+23
2015-12-17usb: s3c-otg: Rename s3c_udc_*() functionsMarek Vasut2-47/+47
2015-12-17usb: s3c-otg: Rename s3c_ep_*() functionsMarek Vasut1-11/+11
2015-12-17usb: s3c-otg: Rename s3c_ep0_*() functionsMarek Vasut2-14/+14
2015-12-17usb: s3c-otg: Staticize functions in s3c_udc_otg_xfer_dma.cMarek Vasut1-7/+7
2015-12-17usb: s3c-otg: Staticize s3c_udc_ep_set_stallMarek Vasut2-3/+1
2015-12-17usb: s3c-otg: Rename struct s3c_requestMarek Vasut3-28/+28
2015-12-17usb: s3c-otg: Rename struct s3c_epMarek Vasut3-46/+46
2015-12-17usb: s3c-otg: Rename struct s3c_dev_*_epMarek Vasut1-4/+4
2015-12-17usb: s3c-otg: Rename struct s3c_usbotg_phy to dwc2_usbotg_phyMarek Vasut2-5/+5
2015-12-17usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut5-92/+108
2015-12-17usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_regMarek Vasut2-3/+3
2015-12-17usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut5-51/+51