summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configs: Don't use SPI_FLASH_BAR as defaultVignesh R2019-02-0791-90/+6
* configs: Remove SF_DUAL_FLASHVignesh R2019-02-0717-108/+0
* spl: Kconfig: Enable SPI_FLASH_TINY by default for SPLVignesh R2019-02-071-0/+1
* mtd: spi: Add lightweight SPI flash stack for SPLVignesh R2019-02-076-264/+1126
* mtd: spi: Remove unused filesVignesh R2019-02-072-1548/+0
* mtd: spi: Switch to new SPI NOR frameworkVignesh R2019-02-079-365/+113
* mtd: spi: sf_probe: Add "jedec, spi-nor" compatible stringVignesh R2019-02-071-0/+1
* mtd: spi: spi-nor-core: Add back U-Boot specific featuresVignesh R2019-02-072-3/+168
* mtd: spi: spi-nor-core: Add SFDP supportVignesh R2019-02-073-7/+649
* mtd: spi: spi-nor-core: Add 4 Byte addressing supportVignesh R2019-02-071-0/+141
* mtd: spi: spi-nor-core: Add SPI MEM supportVignesh R2019-02-071-4/+93
* mtd: spi: Port SPI NOR framework from LinuxVignesh R2019-02-073-0/+2158
* sh: bitops: add hweight*() macrosVignesh R2019-02-071-0/+4
* spi: Add non DM version of SPI_MEMVignesh R2019-02-073-2/+108
* spi: spi-mem: Claim SPI bus before spi mem accessVignesh R2019-02-071-5/+8
* spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer sizeVignesh R2019-02-071-0/+19
* spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modesVignesh R2019-02-071-9/+0
* bitops: Fix GENMASK definition for SandboxVignesh R2019-02-071-0/+5
* configs: Move CONFIG_SPI_FLASH into defconfigsVignesh R2019-02-0732-9/+24
* Merge tag 'for-master-20190201' of git://git.denx.de/u-boot-rockchipTom Rini2019-02-02109-6775/+7516
|\
| * rockchip: rk3399: spl: ensure that debug_uart_init is calledPhilipp Tomsich2019-02-011-2/+2
| * rockchip: rk3399-puma: enable SPL_ATF_NO_PLATFORM_PARAMPhilipp Tomsich2019-02-011-0/+1
| * pinctrl: Kconfig: fix missing include of rockchip/KconfigPhilipp Tomsich2019-02-011-0/+1
| * pinctrl: Kconfig: sort includes alphabeticallyPhilipp Tomsich2019-02-011-5/+5
| * rockchip: Add MAINTAINER entry for chromebook_speedyPhilipp Tomsich2019-02-011-0/+7
| * rockchip: Add support for chromebook_bobSimon Glass2019-02-0110-3/+215
| * rockchip: gru: Add extra device-tree settingsSimon Glass2019-02-013-4/+19
| * rockchip: Implement spl_gpio in the GPIO driverSimon Glass2019-02-012-0/+69
| * rockchip: Move pull-up/down enum into a common fileSimon Glass2019-02-012-7/+7
| * rockchip: rk3399: Add ROCKCHIP_DEVICE_SETTINGS to set envSimon Glass2019-02-011-0/+5
| * rockchip: Tidy up board include-file orderingSimon Glass2019-02-017-13/+13
| * rockchip: clk: Add mention of four new clocksSimon Glass2019-02-011-0/+12
| * rockchip: Add settings for Samsung LPDDR3 4GB SDRAM 1866MHzSimon Glass2019-02-011-0/+1542
| * rockchip: Allow booting from SPISimon Glass2019-02-011-0/+3
| * rockchip: Clarify docs on SPI writingSimon Glass2019-02-011-1/+1
| * rockchip: evb_rk3399: Tidy up the READMESimon Glass2019-02-011-12/+21
| * rockchip: Adjust rk3399 device tree to be closer to linuxSimon Glass2019-02-011-61/+371
| * rockchip: Bring in device tree files for rk3399-gruSimon Glass2019-02-015-0/+1757
| * rockchip: Drop note about supporting other SoCsSimon Glass2019-02-011-8/+1
| * rockchip: Add mention of other boardsSimon Glass2019-02-011-2/+42
| * gpio: Add a simple GPIO API for SPLSimon Glass2019-02-011-0/+62
| * gpio: Use more command-specific enums valuesSimon Glass2019-02-011-14/+23
| * clk: Improve debug message in clk_set_default_rates()Simon Glass2019-02-011-2/+2
| * lib: Allow using display_buffer() in SPLSimon Glass2019-02-011-1/+3
| * ARM: dts: rk322x: Correct the uart2 default pin configurationDavid Wu2019-02-011-2/+9
| * pinctrl: rockchip: Clean the unused rockchip pinctrl driversDavid Wu2019-02-019-6387/+0
| * rockchip: defconfig: Clean the unused pinctrl configDavid Wu2019-02-0129-43/+20
| * pinctrl: rockchip: Add common rockchip pinctrl driverDavid Wu2019-02-0115-100/+2531
| * rk3288: chrome: defconfig: Enable FDT for new pinctrl driverDavid Wu2019-02-013-6/+0
| * ARM: rockchip: Remove the pinctrl request at rk3288-board-splDavid Wu2019-02-011-79/+0