summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | nand_util.c: Correct licensingTom Rini2013-10-31-1/+3
* | powerpc/esdhc: Add 3.3v voltage support in esdhc capacity registerHaijun.Zhang2013-10-31-0/+7
* | esdhc: memset mmc struct before putting into useHaijun.Zhang2013-10-31-0/+1
* | Powerpc/esdhc: Add simple description of esdhc registerHaijun.Zhang2013-10-31-37/+37
* | powerpc/esdhc: Map register for eSDHC Host Controller V3.0Haijun.Zhang2013-10-31-2/+14
* | DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde2013-10-31-0/+30
* | mmc: sdhci: Avoid commands errors by simple timeout adaptation.Przemyslaw Marczak2013-10-31-7/+28
* | mmc: dw_mmc: change the callback function name.Jaehoon Chung2013-10-31-5/+5
* | mmc: Fix erase_grp_size for partitioned cardOliver Metz2013-10-31-4/+15
|/
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-10-30-22/+35
|\
| * video, formike: change tag/val writeHeiko Schocher2013-10-30-3/+4
| * video, cfb_console: make background and foreground color configurableHeiko Schocher2013-10-30-18/+30
| * video: ipu_disp: Fix clock polarity logicFabio Estevam2013-10-30-1/+1
* | mpc85xx: introduce the kmp204x reference design supportValentin Longchamp2013-10-24-0/+1208
* | fsl/mpc85xx: define common serdes_clock_to_string functionValentin Longchamp2013-10-24-74/+39
* | mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into accountValentin Longchamp2013-10-24-1/+5
* | net/fman: add a fm_enable_port functionValentin Longchamp2013-10-24-0/+52
* | mpc8xxx: set x2 DDR3 refresh rate if SPD config requires itValentin Longchamp2013-10-24-1/+17
* | mpc8xxx: call i2c_set_bus_num in __get_spdValentin Longchamp2013-10-24-1/+5
* | KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth initValentin Longchamp2013-10-24-0/+6
* | KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned boardValentin Longchamp2013-10-24-30/+3
* | KM: fix typo in default environmentValentin Longchamp2013-10-24-1/+1
* | km-powerpc: move SYS_MALLOC_LEN out of keymile-common.hValentin Longchamp2013-10-24-2/+6
* | powerpc: cast bi_memsize to ulong for %ld usageValentin Longchamp2013-10-24-1/+1
* | powerpc/usb:Differentiate USB controller base addressramneek mehresh2013-10-24-21/+46
* | powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socsramneek mehresh2013-10-24-3/+29
* | powerpc/c29xpcie: add DDR ECC on off config settingPo Liu2013-10-24-0/+10
|/
* usb: rename board_usb_init_type to usb_init_typeTroy Kisky2013-10-22-3/+3
* arm: rmobile: armadillo-800eva: Change clock definition of SCIF and TMUNobuhiro Iwamatsu2013-10-22-0/+2
* arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ...Nobuhiro Iwamatsu2013-10-22-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2013-10-22-12/+67
|\
| * serial: sh: Add support R8A7791Nobuhiro Iwamatsu2013-10-17-4/+4
| * serial: sh: Add support R8A7790Nobuhiro Iwamatsu2013-10-17-0/+14
| * sh: boards: Change clock definition of SCIF and TMUNobuhiro Iwamatsu2013-10-17-0/+40
| * serial: sh: Change definition of clock of SCIFNobuhiro Iwamatsu2013-10-17-1/+3
| * sh: timer: Change definition of clock of TMUNobuhiro Iwamatsu2013-10-17-1/+1
| * sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu2013-10-17-6/+3
| * sh: timer: Remove static global variableNobuhiro Iwamatsu2013-10-17-4/+4
| * sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu2013-10-17-1/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-10-21-609/+7331
|\ \
| * | usb: udc: add udc.h include fileTroy Kisky2013-10-20-142/+68
| * | usb: gadget: mv_udc: split mv_udc.h fileTroy Kisky2013-10-20-118/+121
| * | usb: gadget: mv_udc: optimize ep_enableTroy Kisky2013-10-20-2/+2
| * | usb: gadget: mv_udc: optimize bounceTroy Kisky2013-10-20-21/+16
| * | usb: gadget: mv_udc: fix full speed connectionsTroy Kisky2013-10-20-14/+34
| * | usb: ehci-mx6: add support for otg portTroy Kisky2013-10-20-42/+95
| * | usb: gadget: mv_udc: don't check CONFIG_USB_MAX_CONTROLLER_COUNTTroy Kisky2013-10-20-4/+0
| * | usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-20-32/+60
| * | usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-17/+17
| * | usb: rename board_usb_init_type to usb_init_typeTroy Kisky2013-10-20-31/+31