summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/spi.c
AgeCommit message (Expand)Author
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-15rk3288: remove unused structs and declarationsAaron Durbin
2015-04-22rockchip/rk3288: Fix SPI clock divisor calculationJulius Werner
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-15veyron_*: Use common CBFS wrapperDavid Hendricks
2015-04-15rk3288: implement spi_crop_chunk()Patrick Georgi
2015-04-08rk3288: Change all SoC headers to <soc/headername.h> systemJulius Werner
2015-04-08rk3288: Re-write spi_xfer() to support full duplexDavid Hendricks
2015-04-04veyron_pinky/rk3288: Use KHz, MHz and GHz constantsJulius Werner
2015-04-04rk3288: Replace SPI fifo_size with constantDavid Hendricks
2015-04-04rk3288: Pass SPI bus speed in as parameter to init functionDavid Hendricks
2015-03-26rk3288: switch to stopwatch APIAaron Durbin
2015-03-24veyron: Fix file permissionsJulius Werner
2015-03-24rk3288: add spihuang lin