aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-07gpio: Move DT support code into drivers/gpioGrant Likely1-240/+0
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely1-1/+1
2012-02-05of_gpio: add support of of_gpio_named_count to be able to count named gpioJean-Christophe PLAGNIOL-VILLARD1-4/+5
2011-12-12of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely1-24/+19
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely1-2/+0
2011-07-28of/gpio: export of_gpio_simple_xlateJamie Iles1-2/+3
2011-06-28of/gpio: Add new method for getting gpios under different property namesJohn Bonesio1-5/+6
2010-07-05of/gpio: fix of_gpio includesGrant Likely1-3/+4
2010-07-05of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov1-9/+24
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely1-3/+12
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov1-26/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09of: assume big-endian properties, adding conversions where necessaryJeremy Kerr1-6/+7
2008-12-21of/gpio: Implement of_gpio_count()Anton Vorontsov1-0/+34
2008-12-03of/gpio: Implement of_get_gpio_flags()Anton Vorontsov1-7/+29
2008-10-13of: Add new helper of_parse_phandles_with_args()Anton Vorontsov1-62/+19
2008-05-23[POWERPC] of/gpio: Use dynamic base allocationAnton Vorontsov1-37/+1
2008-04-17[POWERPC] OF helpers for the GPIO APIAnton Vorontsov1-0/+242