summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer2016-12-02-25/+23
* drivers: usb: musb: add ti musb host driver with driver model supportMugunthan V N2016-12-02-0/+191
* drivers: usb: musb: adopt musb backend driver to driver modelMugunthan V N2016-12-02-22/+23
* am33xx: board: probe misc drivers to register musb devicesMugunthan V N2016-12-02-0/+7
* drivers: usb: musb: add ti musb misc driver for wrapperMugunthan V N2016-12-02-0/+74
* am33xx: board: do not register usb devices when CONFIG_DM_USB is definedMugunthan V N2016-12-02-1/+4
* configs: am335x: usb: do not define CONFIG_DM_USB for splMugunthan V N2016-12-02-0/+1
* rtc: Add RTC chip pcf2127 supportMeng Yi2016-12-02-0/+114
* dm: core: Add dev_get_addr_size_index() to retrieve addr and sizeStefan Roese2016-12-02-0/+38
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-02-11/+37
* cmd/fdt: fix uncallable systemsetup commandFabien Parent2016-12-02-12/+10
* drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N2016-12-02-21/+52
* drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N2016-12-02-25/+21
* drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N2016-12-02-27/+26
* drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N2016-12-02-0/+36
* drivers: usb: gadget: ether: access network_started using local variableMugunthan V N2016-12-02-5/+5
* dm: blk: Fix get_desc to return block device descriptorMichal Simek2016-12-02-0/+2
* dm: core: Handle global_data moving in SPLSimon Glass2016-12-02-0/+20
* buildman: Rename do_build to config_onlySimon Glass2016-12-02-5/+5
* buildman: Clean up odd characters on the terminalSimon Glass2016-12-02-1/+1
* buildman: Squash useless output from -KSimon Glass2016-12-02-13/+38
* buildman: Add documentation for CONFIG checkingSimon Glass2016-12-02-0/+37
* buildman: Add an option to just create the configSimon Glass2016-12-02-7/+17
* Makefile: Add a target to create the .cfg filesSimon Glass2016-12-02-0/+3
* sandboxfs: Fix resource leakTom Rini2016-12-02-2/+3
* tpm: tpm_tis_lpc: Add support for AT97SC3204George McCollister2016-12-02-9/+28
* cmd/tpm_test: Fix misleading code indentationStefan BrĂ¼ns2016-12-02-6/+6
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-12-01-5/+62
|\
| * tools/kwbimage: add DEBUG optionChris Packham2016-12-01-1/+10
| * tools/kwbimage: add BAUDRATE optionChris Packham2016-12-01-1/+44
| * arm: mvebu: move SYS_MVEBU_PLL_CLOCK to KconfigChris Packham2016-12-01-3/+6
| * mvebu: db-88f6820-amc: Enable FIT supportChris Packham2016-12-01-0/+2
* | SPL: mmc: Make spl_mmc_load_image availableMarek Vasut2016-12-01-2/+5
* | mmc: Tinification of the mmc codeMarek Vasut2016-12-01-2/+83
* | mmc: Fix warning if debug() is not usedMarek Vasut2016-12-01-1/+1
* | mmc: add bkops-enable commandTomas Melin2016-12-01-0/+81
* | mmc: s5p_sdhci: fix to check proper pinmux idSeung-Woo Kim2016-12-01-1/+1
|/
* ts4600: Disable CONFIG_DISPLAY_CPUINFOTom Rini2016-11-30-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-11-30-65/+584
|\
| * MIPS: Fix map_physmem for cached mappingsPaul Burton2016-11-30-1/+1
| * MIPS: Use ram_top, not bi_memsize, in arch_lmb_reservePaul Burton2016-11-30-1/+1
| * mips: Let cache.h be included from assembly sourceMarek Vasut2016-11-30-0/+2
| * common/board_f: enable initr_trap for MIPSDaniel Schwierzeck2016-11-30-2/+2
| * MIPS: add handling for generic and EJTAG exceptionsDaniel Schwierzeck2016-11-30-0/+344
| * MIPS: reserve space for exception vectorsDaniel Schwierzeck2016-11-30-0/+20
| * MIPS: add asm-offsets for struct pt_regsDaniel Schwierzeck2016-11-30-0/+66
| * MIPS: add possibility to setup initial stack and global data in SRAMDaniel Schwierzeck2016-11-30-0/+18
| * MIPS: factor out code for initial stack and global dataDaniel Schwierzeck2016-11-30-26/+30
| * MIPS: fix iand optimize setup of CP0 registersDaniel Schwierzeck2016-11-30-24/+51
| * MIPS: fix ROM exception vectorsDaniel Schwierzeck2016-11-30-10/+19