summaryrefslogtreecommitdiffstats
path: root/src/soc/rockchip/rk3288/software_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/rockchip: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-4/+4
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-271-6/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-12/+12
* rk3288: Add software I2C supportJulius Werner2015-04-171-0/+137