aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/pc8736x_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2012-10-24pc8736x_gpio: use platform_device_unregister in pc8736x_gpio_cleanup()Gravatar Wei Yongjun 1-2/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2009-10-14drivers: Remove BKL from pc8736x_gpioGravatar Thomas Gleixner 1-2/+0
2008-10-20pc8736x_gpio: add support for PC87365 chipsGravatar Andre Haupt 1-3/+8
2008-06-20Add a bunch of cycle_kernel_lock() callsGravatar Jonathan Corbet 1-1/+2
2008-06-20Add "no BKL needed" comments to several driversGravatar Jonathan Corbet 1-0/+1
2006-09-29[PATCH] drivers/char/pc8736x_gpio.c: remove unused static functionsGravatar Adrian Bunk 1-10/+0
2006-07-31[PATCH] drivers/char/pc8736x_gpio.c: unexport a static structGravatar Adrian Bunk 1-1/+0
2006-07-14[PATCH] gpio: rename exported vtables to better match purposeGravatar Jim Cromie 1-7/+6
2006-07-14[PATCH] gpio: drop vtable members .gpio_set_high .gpio_set_low gpio_set is en...Gravatar Jim Cromie 1-2/+0
2006-07-10[PATCH] pc8736x_gpio: fix re-modprobe errors: fix/finish cdev-initGravatar Jim Cromie 1-2/+15
2006-07-10[PATCH] pc8736x_gpio: fix re-modprobe errors: undo region reservationGravatar Jim Cromie 1-6/+13
2006-07-10[PATCH] pc8736x_gpio: fix re-modprobe errors: define and use constantsGravatar Jim Cromie 1-5/+5
2006-07-03[PATCH] make more file_operation structs staticGravatar Arjan van de Ven 1-1/+1
2006-06-30[PATCH] fix platform_device_put/del mishapsGravatar Ingo Molnar 1-2/+3
2006-06-27[PATCH] gpio-patchset-fixups: include linux/io.hGravatar Jim Cromie 1-1/+1
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexesGravatar Jim Cromie 1-4/+4
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: fix gpio_current, use shadow regsGravatar Jim Cromie 1-4/+23
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common moduleGravatar Jim Cromie 1-2/+1
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w de...Gravatar Jim Cromie 1-38/+64
2006-06-27[PATCH] chardev: GPIO for SCx200 & PC-8736x: add new pc8736x_gpio moduleGravatar Jim Cromie 1-0/+296