aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-16gpiolib: gpio_to_irq() hooksDavid Brownell1-0/+18
2008-10-16gpio_free might sleep, generic partUwe Kleine-König1-0/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-1/+1
2008-07-25gpio: sysfs interfaceDavid Brownell1-13/+523
2008-05-24gpiolib: fix off by one errorsTrent Piepho1-3/+3
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28gpiochip_reserve()Anton Vorontsov1-3/+47
2008-04-28gpiolib: dynamic gpio number allocationAnton Vorontsov1-7/+45
2008-04-28gpio: define gpio_is_valid()Guennadi Liakhovetski1-7/+7
2008-04-28gpiolib: better rmmod infrastructureGuennadi Liakhovetski1-3/+12
2008-02-05gpiolib: add gpio provider infrastructureDavid Brownell1-0/+567