summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "devicetree: use wildcard to clean arch subdir"Masahiro Yamada2016-01-251-1/+1
* net: zynq_gem: Use shared wait_for_bitMateusz Kulikowski2016-01-251-33/+2
* usb: ehci-mx6: Use shared wait_for_bitMateusz Kulikowski2016-01-251-28/+4
* usb: ohci-lpc32xx: Use shared wait_for_bitMateusz Kulikowski2016-01-251-27/+7
* usb: dwc2: Use shared wait_for_bitMateusz Kulikowski2016-01-251-28/+13
* lib: Add wait_for_bitMateusz Kulikowski2016-01-251-0/+71
* common/console.c: Remove unused inline functionsTom Rini2016-01-252-54/+0
* part: Drop duplication declaration of block_dev_desc_tSimon Glass2016-01-251-2/+0
* env_mmc: support overriding mmc dev from board codeClemens Gruber2016-01-251-7/+12
* serial: Remove serial_putc_raw_devTom Rini2016-01-253-34/+0
* bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal2016-01-251-1/+1
* arm, powerpc: Update cc-version tests to check for cc-name as wellTom Rini2016-01-252-2/+4
* kbuild: Add clang detectionTom Rini2016-01-251-0/+4
* Remove the cmd_ prefix from command filesSimon Glass2016-01-25127-129/+129
* Move all command code into its own directorySimon Glass2016-01-25133-737/+761
* x86: ivybridge: Use syscon for the GMA deviceSimon Glass2016-01-246-15/+17
* x86: Set up a shared syscon numbering schemaSimon Glass2016-01-244-4/+16
* x86: ivybridge: Drop the SMM-locking codeSimon Glass2016-01-241-57/+0
* x86: ivybridge: Drop XHCI supportSimon Glass2016-01-243-34/+0
* x86: ivybridge: Drop special EHCI initSimon Glass2016-01-245-34/+12
* x86: ivybridge: Sort out the calls to bridge_silicon_revision()Simon Glass2016-01-243-42/+46
* x86: ivybridge: Move code from pch.c to bd82x6x.cSimon Glass2016-01-244-145/+129
* x86: ivybridge: Convert pch.c to use DM PCI APISimon Glass2016-01-244-32/+76
* x86: ivybridge: Convert report_platform to DM PCI APISimon Glass2016-01-243-7/+8
* x86: ivybridge: Convert SDRAM init to use driver modelSimon Glass2016-01-244-38/+101
* x86: chromebook_link: Enable the syscon uclassSimon Glass2016-01-241-0/+2
* x86: ivybridge: Convert sdram_initialise() to use DM PCI APISimon Glass2016-01-241-9/+10
* x86: ivybridge: Convert dram_init() to use DM PCI APISimon Glass2016-01-241-14/+25
* x86: ivybridge: Convert enable_usb_bar() to use DM PCI APISimon Glass2016-01-241-17/+17
* x86: ivybridge: Use the I2C driver to perform SMbus initSimon Glass2016-01-244-36/+35
* x86: i2c: Add a stub driver for Intel I2C/SMbusSimon Glass2016-01-243-0/+61
* x86: Enable DM_USB for link and pantherSimon Glass2016-01-242-0/+4
* x86: ivybridge: Convert lpc init code to DM PCI APISimon Glass2016-01-241-63/+66
* x86: ivybridge: Drop the special PCI driverSimon Glass2016-01-243-48/+1
* x86: ivybridge: Move LPC init into the LPC probe() methodSimon Glass2016-01-243-14/+9
* x86: ivybridge: Move lpc_enable() into gma.cSimon Glass2016-01-244-9/+4
* x86: ivybridge: Use driver model PCI API in sata.cSimon Glass2016-01-241-49/+45
* x86: ivybridge: Use the SATA driver to do the initSimon Glass2016-01-243-10/+8
* x86: ivybridge: Drop the unused bd82x6x_init_extra()Simon Glass2016-01-243-18/+0
* x86: ivybridge: Do the SATA init before relocationSimon Glass2016-01-245-11/+36
* ahci: Add a disk-controller uclassSimon Glass2016-01-244-0/+25
* x86: ivybridge: Drop unnecessary northbridge setupSimon Glass2016-01-241-20/+0
* x86: ivybridge: Use driver model PCI API in bd82x6x.cSimon Glass2016-01-242-16/+7
* x86: ivybridge: Move northbridge and PCH init into driversSimon Glass2016-01-244-55/+12
* x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass2016-01-241-2/+18
* x86: Don't show an error when the MRC cache is up to dateSimon Glass2016-01-241-1/+5
* x86: Make x86_init_cpus() staticSimon Glass2016-01-242-3/+1
* x86: ivybridge: Move early init code into northbridge.cSimon Glass2016-01-243-82/+67
* x86: ivybridge: Drop the dead MTRR codeSimon Glass2016-01-241-10/+0
* x86: ivybridge: Set up the thermal target correctlySimon Glass2016-01-241-11/+10
OpenPOWER on IntegriCloud