aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-11-08Merge branch 'master' of git://www.denx.de/git/u-boot-usbTom Rini4-18/+28
2013-11-08sandbox: convert to common time functionsRob Herring1-0/+2
2013-11-08highbank: set AUTOBOOT_KEYED_CTRLC config optionMark Langsdorf1-1/+1
2013-11-08include: delete include/linux/config.hMasahiro Yamada4-12/+0
2013-11-08config/sandbox: Add EFI and GPT supportEgbert Eich1-0/+4
2013-11-08config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is setEgbert Eich1-0/+1
2013-11-08usb, g_dnl: make iSerialNumber board configurableHeiko Schocher1-0/+1
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-0/+10
2013-11-08usb: ums: move ums code from trats to Samsung common directoryPrzemyslaw Marczak1-2/+0
2013-11-08usb: ums: fix disk capacity miscalculation and code cleanupPrzemyslaw Marczak1-4/+2
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak1-15/+18
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada2-2/+0
2013-11-08Add support for SX151x SPI GPIO ExpandersViktar Palstsiuk1-0/+17
2013-11-08EP88x: remove remainders of dead boardMasahiro Yamada1-187/+0
2013-11-06ColdFire: fix some typoes for CF platformjason2-2/+2
2013-11-06coldfire: cpu5282: increase malloc space to fix crash on start u-bootJens Scharsig (BuS Elektronik)1-1/+1
2013-11-04ARM: versatile: convert to common timer codeRob Herring1-5/+4
2013-11-04ARM: tegra: convert to common timer codeRob Herring1-0/+3
2013-11-04ARM: socfpga: convert to common timer codeRob Herring1-2/+3
2013-11-04ARM: vexpress: convert to common timer codeRob Herring1-0/+4
2013-11-04ARM: mx25: convert to common timer codeRob Herring3-0/+13
2013-11-04ARM: highbank: convert to common timer codeRob Herring1-0/+4
2013-11-04Introduce common timer functionsRob Herring1-0/+2
2013-11-04config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring287-443/+0
2013-11-04config: remove platform CONFIG_SYS_HZ definition part 1/2Rob Herring194-323/+0
2013-11-04config: consolidate CONFIG_SYS_HZ definitionRob Herring1-0/+4
2013-11-04config: Add a default CONFIG_SYS_PROMPTRob Herring305-307/+4
2013-10-31powerpc/esdhc: Add 3.3v voltage support in esdhc capacity registerHaijun.Zhang1-0/+1
2013-10-31DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde1-0/+3
2013-10-31mmc: dw_mmc: change the callback function name.Jaehoon Chung1-1/+1
2013-10-31mmc: Fix erase_grp_size for partitioned cardOliver Metz1-0/+2
2013-10-30Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+5
2013-10-30video, cfb_console: make background and foreground color configurableHeiko Schocher1-0/+5
2013-10-24mpc85xx: introduce the kmp204x reference design supportValentin Longchamp2-0/+518
2013-10-24net/fman: add a fm_enable_port functionValentin Longchamp1-0/+1
2013-10-24KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth initValentin Longchamp2-0/+4
2013-10-24KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned boardValentin Longchamp3-5/+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/usb:Differentiate USB controller base addressramneek mehresh1-3/+10
2013-10-24powerpc/c29xpcie: add DDR ECC on off config settingPo Liu1-0/+2
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 Rini21-1/+41
2013-10-21Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini23-278/+538
2013-10-20usb: udc: add udc.h include fileTroy Kisky6-139/+61
2013-10-20usb: gadget: mv_udc: split mv_udc.h fileTroy Kisky1-118/+0
2013-10-20usb: ehci-mx6: add support for otg portTroy Kisky2-2/+4
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-13/+13