summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin2015-12-012-18/+72
* mmc: dw_mmc: move data transfer as a separate functionhuang lin2015-12-011-28/+37
* rockchip: rk3036: Add pinctrl driverhuang lin2015-12-013-0/+286
* rockchip: rk3036: Add a simple syscon driverhuang lin2015-12-012-1/+22
* rockchip: rk3036: Add Soc reset driverhuang lin2015-12-012-0/+55
* rockchip: rk3036: Add header files for GRFhuang lin2015-12-011-0/+493
* rockchip: rk3036: Add clock driverhuang lin2015-12-013-0/+583
* rockchip: Bring in RK3036 device tree file includes and bindingshuang lin2015-12-012-0/+613
* rockchip: serial driver support rk3036huang lin2015-12-011-0/+1
* dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin2015-12-015-2/+27
* rockchip: add config decide whether to build common.chuang lin2015-12-012-1/+4
* rockchip: rename board-spl.c to rk3288-board-spl.chuang lin2015-12-012-1/+1
* rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfighuang lin2015-12-012-3/+3
* rockchip: add timer driverhuang lin2015-12-015-20/+75
* rockchip: firefly: Save the environment on SD cardSjoerd Simons2015-12-013-1/+9
* rockchip: Also load the initrd below 512MSjoerd Simons2015-12-011-0/+1
* dm: pci: Disable PCI compatibility functions by defaultSimon Glass2015-12-016-5/+42
* dm: pci: Convert 'pci' command to driver modelSimon Glass2015-12-012-6/+128
* pci: Move PCI header output code into its own functionSimon Glass2015-12-011-6/+11
* pci: Use a separate 'dev' variable for the PCI deviceSimon Glass2015-12-011-5/+8
* pci: Use common functions to read/write configSimon Glass2015-12-011-43/+31
* pci: Tidy up function comments in cmd_pci.cSimon Glass2015-12-011-45/+39
* dm: pci: Reorder functions in cmd_pci.cSimon Glass2015-12-011-110/+106
* dm: pci: Move common auto-config functions to a common fileSimon Glass2015-12-013-117/+129
* dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass2015-12-012-1/+1
* dm: pci: Add a comment about how to find struct pci_controllerSimon Glass2015-12-011-0/+2
* pci: Refactor the pciinfo() functionSimon Glass2015-12-011-89/+148
* pci: Use a separate variable for the bus numberSimon Glass2015-12-011-3/+3
* pci: Use a common return in command processingSimon Glass2015-12-011-6/+13
* dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass2015-12-015-330/+160
* dm: pci: Add a function to find the regions for a PCI busSimon Glass2015-12-012-0/+42
* dm: pci: Add a function to get the controller for a busSimon Glass2015-12-012-0/+16
* dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass2015-12-012-0/+70
* dm: pci: Support decoding ranges with duplicate entriesSimon Glass2015-12-011-3/+10
* dm: pci: Set up the SDRAM mapping correctlySimon Glass2015-12-011-6/+9
* dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUMSimon Glass2015-12-017-6/+4
* dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass2015-12-0113-6/+28
* ARM: tegra: refactor common Kconfig optionsStephen Warren2015-12-011-18/+20
* x86: tsc: Move tsc_timer.c to drivers/timerBin Meng2015-12-015-3/+8
* x86: tsc: Remove legacy timer codesBin Meng2015-12-017-82/+0
* x86: Convert to use driver model timerBin Meng2015-12-0127-39/+42
* dm: timer: Avoid using timer before it is readySimon Glass2015-12-011-1/+9
* x86: tsc: Add driver model timer supportBin Meng2015-12-011-0/+65
* x86: tsc: Use notrace from <linux/compiler.h>Bin Meng2015-12-011-3/+3
* x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng2015-12-012-20/+0
* dm: timer: Support 64-bit counterBin Meng2015-12-015-12/+32
* timer: sandbox: Use device tree to pass the clock frequencyBin Meng2015-12-012-4/+1
* timer: altera: Remove the codes to get clock frequencyBin Meng2015-12-011-6/+0
* dm: timer: Implement pre_probe()Bin Meng2015-12-011-0/+13
* dm: timer: Fix several nitsBin Meng2015-12-013-13/+14
OpenPOWER on IntegriCloud