summaryrefslogtreecommitdiffstats
path: root/src/cpu/ti/am335x/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/ti/am335x: Move from cpu to soc in treeSam Lewis2020-08-191-77/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-2/+2
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-1/+1
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-221-1/+0
* cpu/ti/am335x: Fix checkpatch warningsDaniel Lim Wee Soong2019-04-011-6/+7
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* cpu/ti/am355x: Fix array overrunPaul Menzel2016-08-141-1/+1
* am335x: Add some code for manipulating GPIOsGabe Black2016-04-101-0/+89