summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x/usb.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/qualcomm: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-6/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-041-2/+2
* 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): Manually clean up the mess left by write32() transitionJulius Werner2015-04-211-8/+43
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-16/+16
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-211-57/+22
* ipq806x: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-5/+4
* ipq806x: Add USB supportJulius Werner2015-01-041-0/+227