sunxi: usb: Protect phy-init and phy-power-on against multiple calls
[pandora-u-boot.git] / common /
2015-04-29 Tom RiniMerge branch 'zynq' of git://denx.de/git/u-boot-microblaze
2015-04-29 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-micro...
2015-04-29 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-socfpga
2015-04-28 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-dm
2015-04-28 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-04-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2015-04-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fdt
2015-04-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2015-04-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2015-04-23 Scott Woodarmv8/ls2085aqds: NAND boot support
2015-04-23 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2015-04-23 Heiko Schochercmd, nand: add more info to "nand info"
2015-04-23 Marek Vasutrtc: Set valid date after reset
2015-04-23 York Sunarmv8/fsl-lsch3: Update early MMU table
2015-04-23 Scott Woodcmd_mem: Store last address/size/etc as ulong
2015-04-23 Simon Glassdm: Init device tree as well as driver model in SPL
2015-04-23 Simon GlassCorrect malloc_limit value for pre-relocation malloc()
2015-04-23 Simon GlassMove initf_malloc() to a common place
2015-04-23 Simon Glassfdt: Rename setup_fdt() and make it prepare also
2015-04-23 Simon Glassfdt: sandbox: Move setup code from board_f to fdtdec
2015-04-23 Stefan Roesecmd_led: Extend led command to support blinking and...
2015-04-22 tang yuantiancmd_scsi: Enable SoC AHCI device on platforms with PCI
2015-04-22 Eric Nelsonunzip: add gzwrite command to write compressed image...
2015-04-22 Tim Harveyfdt: add new fdt_fixup_display function to configure...
2015-04-22 Stefan Roesecmd_sf: Fix problem with "sf update" and unaligned...
2015-04-21 Andrey Skvortsovkconfig: remove duplicated CMD_DNS option
2015-04-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2015-04-20 Tim Jamesmii: add read-modify-write option to mii command
2015-04-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2015-04-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-04-19 Sjoerd Simonspxe: Ensure all memory access is to mapped memory
2015-04-19 Sjoerd Simonssandbox: Implement host dev [device]
2015-04-19 Sjoerd Simonssandbox: Renamed sb command to host
2015-04-18 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-18 Simon Glasssandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig
2015-04-18 Simon GlassKconfig: Move CONFIG_BOOTSTAGE to Kconfig
2015-04-18 Simon Glassdm: net: Adjust PHY interface to work with CONFIG_DM_ETH
2015-04-18 Simon GlassAvoid calling print_eths() with driver model
2015-04-18 Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in net.c
2015-04-18 Joe Hershbergernet: cosmetic: Clean up cmd_net variables and functions
2015-04-18 Joe Hershbergernet: cosmetic: Clean up DNS variables and functions
2015-04-18 Joe Hershbergernet: cosmetic: Clean up CDP variables and functions
2015-04-18 Joe Hershbergernet: cosmetic: Clean up TFTP variables and functions
2015-04-18 Joe Hershbergernet: cosmetic: Fixup var names for DHCP strings
2015-04-18 Joe Hershbergernet: cosmetic: Fixup var names related to boot file
2015-04-18 Joe Hershbergernet: cosmetic: Change IPaddr_t to struct in_addr
2015-04-18 Simon Glassdm: usb: Support driver model with USB keyboards
2015-04-18 Simon Glassdm: usb: Split out the keyboard probe into its own...
2015-04-18 Simon Glassdm: usb: Convert usb_storage to driver model
2015-04-18 Simon Glassdm: usb: Move storage device scanning into its own...
2015-04-18 Simon GlassRevert "usb_storage : scan all interfaces to find a...
2015-04-18 Simon Glassdm: usb: Adjust usb_storage to work with sandbox
2015-04-18 Simon Glassdm: usb: Simply device finding code in usb_storage
2015-04-18 Simon Glassdm: usb: Fix type problems in usb_stor_get_info()
2015-04-18 Simon Glassdm: usb: Move USB storage definitions to usb_defs.h
2015-04-18 Simon Glassdm: usb: Add driver model support for hubs
2015-04-18 Simon Glassdm: usb: Split hub detection into its own function
2015-04-18 Simon Glassdm: usb: Convert core usb.c file to support driver...
2015-04-18 Simon Glassdm: usb: Complete the splitting up of usb_new_device()
2015-04-18 Simon Glassdm: usb: Split out more code from usb_new_device()
2015-04-18 Simon Glassdm: usb: Move descriptor setup code into its own function
2015-04-18 Simon Glassdm: usb: Refactor port resets
2015-04-18 Simon Glassdm: usb: Drop the legacy USB init sequence
2015-04-18 Simon Glassdm: usb: Convert 'usb' command to support driver model
2015-04-18 Simon Glassdm: usb: Adjust usb_alloc_new_device() to return an...
2015-04-18 Simon Glassdm: usb: Adjust usb command to prepare for driver model
2015-04-18 Simon Glasscros_ec: Remove unused cros_ec_board_init() function
2015-04-18 Simon Glasscros_ec: Drop unused CONFIG_DM_CROS_EC
2015-04-18 Simon Glassdm: x86: spi: Convert ICH SPI driver to driver model
2015-04-18 Joe Hershbergerdm: eth: Add basic driver model support to Ethernet...
2015-04-18 Joe Hershbergercmd: net: Clean up return codes
2015-04-18 Joe Hershbergernet: Remove the bd* parameter from net stack functions
2015-04-18 Joe Hershbergercommon: Make sure arch-specific map_sysmem() is defined
2015-04-18 Hannes Petermaiercommon/lcd_console: introduce display/framebuffer rotation
2015-04-18 Hannes Petermaiercommon/lcd_console: move single static variables into...
2015-04-18 Hannes Petermaiercommon/lcd_console: ask only one-time for bg/fg-color...
2015-04-18 Hannes Petermaiercommon/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
2015-04-17 Simon Glassdm: pci: Add a uclass for PCI
2015-04-17 Simon Glassdm: core: Add dev_get_uclass_priv() to access uclass...
2015-04-17 Simon GlassCorrect map_sysmem() logic in do_mem_mw()
2015-04-17 Simon Glassdm: Add a new CPU init function which can use driver...
2015-04-16 Tom RiniMerge branch 'master' of git.denx.de/u-boot-sunxi
2015-04-14 Paul Kocialkowskifastboot: Proper download gadget unregister and clear...
2015-04-14 Michael Scottfastboot: check for alias when looking up partition...
2015-04-14 Heiko Schocherdfu: cmd: trigger watchdog before calling usb_gadget_ha...
2015-04-14 Fabio Estevamcmd_usb_mass_storage: Use 'USB Mass Storage' in the...
2015-04-14 Inha Songusb: gadget: thor: Invoke board specific USB cleanup...
2015-04-14 Inha Songusb: gadget: UMS: Invoke board specific USB cleanup...
2015-04-14 Kishon Vijay Abraham Iusb: modify usb_gadget_handle_interrupts to take contro...
2015-04-14 Kishon Vijay Abraham Icommon: cmd_dfu: invoke board_usb_cleanup() for cleaning up
2015-04-14 Tim Harveyusb: hub: allow pgood_delay to be specified via env
2015-04-14 Stephen Warrenusb: fix first descriptor fetch error handling
2015-04-14 Paul Kocialkowskiusb: Early failure when the first descriptor read fails...
2015-04-14 Paul Kocialkowskiusb: Check usb_new_device for failure
2015-04-14 Paul Kocialkowskiusb: usb_new_device return codes consistency
2015-04-14 Sergey Temerkhanovusb_storage:Fix USB storage capacity detection on 64...
2015-04-14 Franck Jullienusb_storage : scan all interfaces to find a storage...
2015-04-13 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2015-04-10 Tom RiniMerge git://git.denx.de/u-boot-arc
next