summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x/qup.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-111-25/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* src/soc/qualcomm: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-271-14/+14
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-2/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-4/+4
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-40/+40
* ipq806x: i2c: write function fixed to avoid spurious successSourabh Banerjee2015-04-211-1/+7
* ipq806x: extend GSBI driver to support i2c on any GSBI blockSourabh Banerjee2015-04-171-8/+8
* ipq806x: add i2c driverVadim Bendebury2015-04-151-288/+274
* ipq806x: copy i2c, qup, and gsbi drivers from depthchargeDaisuke Nojiri2015-04-131-0/+483