aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-30video, formike: change tag/val writeHeiko Schocher1-3/+4
2013-10-30video, cfb_console: make background and foreground color configurableHeiko Schocher3-18/+30
2013-10-30video: ipu_disp: Fix clock polarity logicFabio Estevam1-1/+1
2013-10-24mpc85xx: introduce the kmp204x reference design supportValentin Longchamp13-0/+1208
2013-10-24fsl/mpc85xx: define common serdes_clock_to_string functionValentin Longchamp8-74/+39
2013-10-24mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into accountValentin Longchamp1-1/+5
2013-10-24net/fman: add a fm_enable_port functionValentin Longchamp9-0/+52
2013-10-24mpc8xxx: set x2 DDR3 refresh rate if SPD config requires itValentin Longchamp5-1/+17
2013-10-24mpc8xxx: call i2c_set_bus_num in __get_spdValentin Longchamp1-1/+5
2013-10-24KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth initValentin Longchamp3-0/+6
2013-10-24KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned boardValentin Longchamp4-30/+3
2013-10-24KM: fix typo in default environmentValentin Longchamp1-1/+1
2013-10-24km-powerpc: move SYS_MALLOC_LEN out of keymile-common.hValentin Longchamp3-2/+6
2013-10-24powerpc: cast bi_memsize to ulong for %ld usageValentin Longchamp1-1/+1
2013-10-24powerpc/usb:Differentiate USB controller base addressramneek mehresh7-21/+46
2013-10-24powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socsramneek mehresh2-3/+29
2013-10-24powerpc/c29xpcie: add DDR ECC on off config settingPo Liu2-0/+10
2013-10-22usb: rename board_usb_init_type to usb_init_typeTroy Kisky2-3/+3
2013-10-22arm: rmobile: armadillo-800eva: Change clock definition of SCIF and TMUNobuhiro Iwamatsu1-0/+2
2013-10-22arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ...Nobuhiro Iwamatsu1-0/+1
2013-10-22Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini27-12/+67
2013-10-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini127-609/+7331
2013-10-20usb: udc: add udc.h include fileTroy Kisky12-142/+68
2013-10-20usb: gadget: mv_udc: split mv_udc.h fileTroy Kisky3-118/+121
2013-10-20usb: gadget: mv_udc: optimize ep_enableTroy Kisky1-2/+2
2013-10-20usb: gadget: mv_udc: optimize bounceTroy Kisky1-21/+16
2013-10-20usb: gadget: mv_udc: fix full speed connectionsTroy Kisky1-14/+34
2013-10-20usb: ehci-mx6: add support for otg portTroy Kisky3-42/+95
2013-10-20usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNTTroy Kisky1-4/+0
2013-10-20usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky26-32/+60
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky17-17/+17
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky11-31/+31
2013-10-20ARM: omap5-evm: Move MAC creation to misc_initDan Murphy1-19/+20
2013-10-20usb: am437x: Add support for am437x xhci USB hostDan Murphy4-0/+48
2013-10-20usb: dra7xx: Add support for dra7xx xhci USB hostDan Murphy9-15/+72
2013-10-20usb: omap: Move the usb phy code to the usb/phy directoryDan Murphy4-169/+206
2013-10-20usb: omap5: Update the board_usb_init apiDan Murphy2-4/+5
2013-10-20usb: omap: Move the xhci-omap header file to common locationDan Murphy2-1/+1
2013-10-20trats: Update TRATS config to support TIZEN downloadLukasz Majewski1-2/+12
2013-10-20samsung:common:thor: Define common Samsung code to handle THOR usb descriptor...Lukasz Majewski2-0/+22
2013-10-20cmd:thor: Support for TIZEN's download command (thordown)Lukasz Majewski2-0/+73
2013-10-20usb:g_dnl: Support for TIZEN's THOR function in generic download codeLukasz Majewski1-2/+8
2013-10-20usb:g_dnl:f_thor: USB download function to support TIZEN's THOR protocolLukasz Majewski4-0/+1155
2013-10-20usb:g_dnl: Add name parameter to g_dnl_bind_fixup functionLukasz Majewski3-4/+4
2013-10-20usb:g_dnl: Replace static usb_configuration structure with dynamically alloca...Lukasz Majewski1-8/+16
2013-10-20dfu:core: Export dfu_{get|free}_buf functionsLukasz Majewski2-2/+4
2013-10-20dfu:core: Find DFU alt setting number by passing its nameLukasz Majewski2-0/+13
2013-10-20usb:udc:s3c: Reduce dcache invalidate range for UDC receive bufferLukasz Majewski1-1/+2
2013-10-20usb:smsx95xx LED activity for USB net driverSuriyan Ramasami1-0/+14
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega30-104/+138