summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-25ns16550: replace with binding files from Linux kernelThomas Chou4-10/+175
2016-01-25OMAP: Define CONFIG_OMAP3_GPIO_6 on omap3_logicAdam Ford1-0/+3
2016-01-25igep00x0: remove #undef CONFIG_BOOTDELAYLadislav Michl1-2/+0
2016-01-25openrisc: Fix build errorsBin Meng1-0/+1
2016-01-25net: eepro100: Fix build warningsBin Meng1-4/+4
2016-01-25powerpc: tqm834x: Fix build warnings in initdram()Bin Meng1-2/+2
2016-01-25sh: sh7753evb: Fix build errorBin Meng1-0/+4
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada12-8/+64
2016-01-25Revert "devicetree: use wildcard to clean arch subdir"Masahiro Yamada1-1/+1
2016-01-25net: zynq_gem: Use shared wait_for_bitMateusz Kulikowski1-33/+2
2016-01-25usb: ehci-mx6: Use shared wait_for_bitMateusz Kulikowski1-28/+4
2016-01-25usb: ohci-lpc32xx: Use shared wait_for_bitMateusz Kulikowski1-27/+7
2016-01-25usb: dwc2: Use shared wait_for_bitMateusz Kulikowski1-28/+13
2016-01-25lib: Add wait_for_bitMateusz Kulikowski1-0/+71
2016-01-25common/console.c: Remove unused inline functionsTom Rini2-54/+0
2016-01-25part: Drop duplication declaration of block_dev_desc_tSimon Glass1-2/+0
2016-01-25env_mmc: support overriding mmc dev from board codeClemens Gruber1-7/+12
2016-01-25serial: Remove serial_putc_raw_devTom Rini3-34/+0
2016-01-25bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal1-1/+1
2016-01-25arm, powerpc: Update cc-version tests to check for cc-name as wellTom Rini2-2/+4
2016-01-25kbuild: Add clang detectionTom Rini1-0/+4
2016-01-25Remove the cmd_ prefix from command filesSimon Glass127-129/+129
2016-01-25Move all command code into its own directorySimon Glass133-737/+761
2016-01-24x86: ivybridge: Use syscon for the GMA deviceSimon Glass6-15/+17
2016-01-24x86: Set up a shared syscon numbering schemaSimon Glass4-4/+16
2016-01-24x86: ivybridge: Drop the SMM-locking codeSimon Glass1-57/+0
2016-01-24x86: ivybridge: Drop XHCI supportSimon Glass3-34/+0
2016-01-24x86: ivybridge: Drop special EHCI initSimon Glass5-34/+12
2016-01-24x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass3-42/+46
2016-01-24x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass4-145/+129
2016-01-24x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass4-32/+76
2016-01-24x86: ivybridge: Convert report_platform to DM PCI APISimon Glass3-7/+8
2016-01-24x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass4-38/+101
2016-01-24x86: chromebook_link: Enable the syscon uclassSimon Glass1-0/+2
2016-01-24x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass1-9/+10
2016-01-24x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass1-14/+25
2016-01-24x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass1-17/+17
2016-01-24x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass4-36/+35
2016-01-24x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass3-0/+61
2016-01-24x86: Enable DM_USB for link and pantherSimon Glass2-0/+4
2016-01-24x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass1-63/+66
2016-01-24x86: ivybridge: Drop the special PCI driverSimon Glass3-48/+1
2016-01-24x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass3-14/+9
2016-01-24x86: ivybridge: Move lpc_enable() into gma.cSimon Glass4-9/+4
2016-01-24x86: ivybridge: Use driver model PCI API in sata.cSimon Glass1-49/+45
2016-01-24x86: ivybridge: Use the SATA driver to do the initSimon Glass3-10/+8
2016-01-24x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass3-18/+0
2016-01-24x86: ivybridge: Do the SATA init before relocationSimon Glass5-11/+36
2016-01-24ahci: Add a disk-controller uclassSimon Glass4-0/+25
2016-01-24x86: ivybridge: Drop unnecessary northbridge setupSimon Glass1-20/+0