summaryrefslogtreecommitdiff
path: root/chip/g/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* g: add gpio_set_wakepin() to configure wake pinsMary Ruthven2020-02-071-19/+80
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+2
* g: refactor pinmux state printing functionVadim Bendebury2019-08-021-10/+20
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* g: simulate open drain GPIO behaviorVadim Bendebury2018-01-031-10/+33
* g: don't enable interrupts in gpio_set_flags_by_maskMary Ruthven2017-06-131-5/+0
* g: add flag to delay int enable until board_initMary Ruthven2017-06-051-4/+4
* g: expand pinmux to print info on spi and i2cMary Ruthven2017-06-051-33/+40
* mn50: initial checkinNick Sanders2017-05-121-0/+25
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+7
* g: fix pinmux command implementationVadim Bendebury2017-02-031-1/+4
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-6/+6
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* g: add wake pin info to pinmux commandMary Ruthven2016-07-281-6/+15
* Cr50: Add DIO_PULL_UP and DIO_PULL_DOWN flagsBill Richardson2016-04-151-6/+27
* Cr50: Specify pinmux wake sources in gpio.incBill Richardson2016-04-051-2/+27
* Cr50: Debug: Add pinmux and gpiocfg commandsBill Richardson2016-02-271-0/+151
* Cr50: Configure GPIOs for Kevin proto0Bill Richardson2016-02-271-0/+12
* Cr50: Cleanup some of the GPIO handling codeBill Richardson2016-02-251-2/+2
* g: Clean up pinmux initializationAnton Staaf2016-02-251-44/+86
* cr50: Switch from ALTERNATE to PINMUX macrosAnton Staaf2016-02-221-4/+19
* Cr50: Fixes a glitching issue during GPIO initialization.Nadim Taha2016-02-101-6/+6
* cr50: adds the ability to configure muxed inout peripheralsEwout van Bekkum2016-01-281-1/+5
* cr50: code modifications to support FPGA B1Vadim Bendebury2015-08-111-4/+4
* cleanup: GPIO: Use common macro for converting mask to GPIOShawn Nematbakhsh2015-07-191-2/+2
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-3/+3
* cr50: Separate ARM core GPIOs from pinmux configurationBill Richardson2015-02-201-102/+122
* g: implement GPIOsVincent Palatin2014-12-101-2/+160
* cr50: Update TODO comments with new bug numbersBill Richardson2014-11-141-1/+1
* Add initial support for cr50 SoCBill Richardson2014-10-311-0/+28