summaryrefslogtreecommitdiff
path: root/drivers/spi/rk_spi.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* rockchip: spi: enable support for the rk_spi driver for the RK3399Jakob Unterwurzacher2017-05-101-0/+1
* rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate settingPhilipp Tomsich2017-05-101-3/+22
* rockchip: spi: rk_spi: dynamically select an module input ratePhilipp Tomsich2017-05-101-7/+29
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* rockchip: spi: Honour the deactivation delaySimon Glass2016-11-251-0/+8
* rockchip: spi: Add support for of-platdataSimon Glass2016-11-251-1/+35
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* clk: convert API to match reset/mailbox styleStephen Warren2016-06-191-4/+2
* rockchip: spi: Remove the explicit pinctrl settingSimon Glass2016-01-211-26/+2
* rockchip: spi: Correct chip-enable codeSimon Glass2016-01-211-1/+6
* rockchip: spi: Implement the delaysSimon Glass2016-01-211-4/+23
* rockchip: spi: Correct the bus init codeSimon Glass2016-01-211-2/+2
* rockchip: spi: Remember the last speed to avoid re-setting itSimon Glass2016-01-211-1/+4
* rockchip: spi: Avoid setting the pinctrl twiceSimon Glass2016-01-211-3/+6
* rockchip: spi: Update the driver to use the new clock IDSimon Glass2016-01-211-15/+17
* spi: rk_spi: Fix debug format warningTom Rini2016-01-191-1/+1
* rockchip: Add SPI driverSimon Glass2015-09-021-0/+374