aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-01rockchip: rk3036: Add core Soc start-up codehuang lin8-2/+207
2015-12-01rockchip: add rk3036 sdram driverhuang lin3-0/+1107
2015-12-01rockchip: add early uart driverhuang lin3-0/+108
2015-12-01rockchip: mmc: get the fifo mode and fifo depth property from dtshuang lin2-4/+18
2015-12-01rockchip: mmc: use non-removable property to distinguish emmc and sdcard regi...huang lin1-2/+3
2015-12-01mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin2-18/+72
2015-12-01mmc: dw_mmc: move data transfer as a separate functionhuang lin1-28/+37
2015-12-01rockchip: rk3036: Add pinctrl driverhuang lin3-0/+286
2015-12-01rockchip: rk3036: Add a simple syscon driverhuang lin2-1/+22
2015-12-01rockchip: rk3036: Add Soc reset driverhuang lin2-0/+55
2015-12-01rockchip: rk3036: Add header files for GRFhuang lin1-0/+493
2015-12-01rockchip: rk3036: Add clock driverhuang lin3-0/+583
2015-12-01rockchip: Bring in RK3036 device tree file includes and bindingshuang lin2-0/+613
2015-12-01rockchip: serial driver support rk3036huang lin1-0/+1
2015-12-01dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin5-2/+27
2015-12-01rockchip: add config decide whether to build common.chuang lin2-1/+4
2015-12-01rockchip: rename board-spl.c to rk3288-board-spl.chuang lin2-1/+1
2015-12-01rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfighuang lin2-3/+3
2015-12-01rockchip: add timer driverhuang lin5-20/+75
2015-12-01rockchip: firefly: Save the environment on SD cardSjoerd Simons3-1/+9
2015-12-01rockchip: Also load the initrd below 512MSjoerd Simons1-0/+1
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass6-5/+42
2015-12-01dm: pci: Convert 'pci' command to driver modelSimon Glass2-6/+128
2015-12-01pci: Move PCI header output code into its own functionSimon Glass1-6/+11
2015-12-01pci: Use a separate 'dev' variable for the PCI deviceSimon Glass1-5/+8
2015-12-01pci: Use common functions to read/write configSimon Glass1-43/+31
2015-12-01pci: Tidy up function comments in cmd_pci.cSimon Glass1-45/+39
2015-12-01dm: pci: Reorder functions in cmd_pci.cSimon Glass1-110/+106
2015-12-01dm: pci: Move common auto-config functions to a common fileSimon Glass3-117/+129
2015-12-01dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass2-1/+1
2015-12-01dm: pci: Add a comment about how to find struct pci_controllerSimon Glass1-0/+2
2015-12-01pci: Refactor the pciinfo() functionSimon Glass1-89/+148
2015-12-01pci: Use a separate variable for the bus numberSimon Glass1-3/+3
2015-12-01pci: Use a common return in command processingSimon Glass1-6/+13
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass5-330/+160
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass2-0/+42
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass2-0/+16
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass2-0/+70
2015-12-01dm: pci: Support decoding ranges with duplicate entriesSimon Glass1-3/+10
2015-12-01dm: pci: Set up the SDRAM mapping correctlySimon Glass1-6/+9
2015-12-01dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUMSimon Glass7-6/+4
2015-12-01dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass13-6/+28
2015-12-01ARM: tegra: refactor common Kconfig optionsStephen Warren1-18/+20
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng5-3/+8
2015-12-01x86: tsc: Remove legacy timer codesBin Meng7-82/+0
2015-12-01x86: Convert to use driver model timerBin Meng27-39/+42
2015-12-01dm: timer: Avoid using timer before it is readySimon Glass1-1/+9
2015-12-01x86: tsc: Add driver model timer supportBin Meng1-0/+65
2015-12-01x86: tsc: Use notrace from <linux/compiler.h>Bin Meng1-3/+3
2015-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng2-20/+0