aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/ixp4xx-beeper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-19Input: ixp4xx-beeper - delete driverLinus Walleij1-183/+0
2020-12-11Input: ipx4xx-beeper - convert comma to semicolonZheng Yongjun1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-04-19ARM: ixp4xx: Pass IRQ resource to beeperLinus Walleij1-5/+15
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-20input: ixp4xx-beeper: don't use symbols from <mach/timex.h>Uwe Kleine-König1-1/+1
2013-09-27input: misc: ixp4-beeper: use gpiolib strictlyLinus Walleij1-2/+11
2013-09-27input: misc: ixp4-beeper: switch to use gpiolibLinus Walleij1-7/+5
2013-05-28Input: ixp4xx-beeper - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2013-05-23Input: ixp4xx-beeper - pass correct pointer to free_irq()Lars-Peter Clausen1-2/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding1-12/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang1-1/+1
2011-02-06arm/ixp4xx: Rename FREQ macro to avoid collisionsBen Hutchings1-5/+1
2010-07-29ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptIan Campbell1-1/+2
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-03-28ixp4xx-beeper: add MODULE_ALIASAlessandro Zummo1-0/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-2/+2
2007-05-10Fix ixp4xx compile errorFrederik Deweerdt1-1/+1
2007-04-12Input: misc devices - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-04-12Input: drivers/input/misc - don't access dev->private directlyDmitry Torokhov1-4/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-02-15Input: ixp4xx-beeper - fix compile errorAlessandro Zummo1-0/+1
2006-01-29Input: add ixp4xx beeper driverAlessandro Zummo1-0/+183