aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/timed_gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-30android: remove timed output/gpio driverRob Herring1-166/+0
2016-03-11staging: android: Use devm_kcalloc instead of devm_kzallocAmitoj Kaur Chawla1-3/+2
2015-11-15staging: android: remove multiple blank linesIoana Ciornei1-1/+0
2015-11-15staging: android: properly align function argumentsIoana Ciornei1-5/+5
2015-08-05Staging: android: timed_gpio.c: fix coding style errorsJandy Gou1-2/+2
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+4
2014-10-27Staging: android: Replace timeval with ktime_t in timed_gpio.cSomya Anand1-3/+4
2014-10-20staging: android: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-01Staging: android: timed_gpio.c: improved logic of gpio_get_time()Murilo Opsfelder Araujo1-7/+8
2014-05-24staging : android: Fixes a coding style issue in timed_gpio.cJohn Church1-2/+2
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+1
2014-03-17staging: android: Remove whitespace issueGeorgiana Rodica Chelu1-1/+1
2014-03-08staging: android: Use devm_kzalloc instead of kzallocGeorgiana Rodica Chelu1-5/+3
2012-08-13staging/android: use module_platform_driverDevendra Naga1-12/+1
2012-04-10Staging: android: timed_gpio: Fix resource leak in timed_gpio_probe error pathsAxel Lin1-12/+15
2012-02-08drivers/staging/android/timed_gpio.c: Stlye fixesTracey Dent1-3/+3
2011-11-30Staging: android: timed_gpio: Request gpios.Arve Hjønnevåg1-3/+12
2011-11-30android-common: include linux/slab.hArve Hjønnevåg1-0/+1
2011-11-30Revert "Staging: android: delete android drivers"Greg Kroah-Hartman1-0/+166
2009-12-11Staging: android: delete android driversGreg Kroah-Hartman1-166/+0
2009-06-19Staging: android: timed_gpio: Separate timed_output class into a separate driver.Mike Lockwood1-55/+43
2009-02-09Staging: android: fix up units in timed_gpioGreg Kroah-Hartman1-1/+1
2009-01-28Staging: android: fix build error on 64bit boxesGreg Kroah-Hartman1-1/+2
2009-01-28Staging: android: timed_gpio: Fix build to build on kernels after 2.6.25.Arve Hjønnevåg1-1/+1
2009-01-06Staging: android: timed_gpio: Rename android_timed_gpio to timed_gpioMike Lockwood1-15/+15
2009-01-06Staging: android: add timed_gpio driverMike Lockwood1-0/+177