aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mwave (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17char/mwave: make some arrays static const to make object code smallerColin Ian King1-23/+25
2017-04-20Annotate hardware config module parameters in drivers/char/mwave/David Howells1-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-08-31char/mwave: remove custom BOOLEAN typeArnd Bergmann7-97/+93
2014-02-07drivers/char: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-09mwave: fix info leak in mwave_ioctl()Dan Carpenter1-0/+1
2012-07-178250: three way resolve of the 8250 diffsAlan Cox1-8/+8
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17char: change to new flag variablematt mooney2-3/+3
2010-10-27drivers/char/mwave/Makefile: clean upTracey Dent1-2/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-22/+22
2009-09-24mwave: fix read buffer overflowRoel Kluin1-11/+11
2009-01-06mwave: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-07-25mwave: ioctl BKL pushdownAlan Cox1-11/+28
2008-07-25proper extern for mwave_s_mddAdrian Bunk2-2/+2
2008-07-02mwave-mwavedd: BKL pushdownArnd Bergmann1-0/+2
2008-04-24arm/mach-integrator/time.c, mwave: revert portions of recent irq cleanupsJeff Garzik1-10/+4
2008-04-20drivers/char: minor irq handler cleanupsJeff Garzik1-4/+10
2007-02-20[PATCH] mwave: interesting flags savingsAlexey Dobriyan1-2/+12
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-03remove mentionings of devfs in documentationAdrian Bunk1-4/+1
2006-10-01[PATCH] Off-by-one in drivers/char/mwave/mwavedd.cEric Sesterhenn1-2/+2
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-28[PATCH] fix array overrun in drivers/char/mwave/mwavedd.cEric Sesterhenn1-1/+1
2005-12-15[PATCH] mwave: missing __user in ioctl struct declarationAl Viro1-1/+1
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-30[PATCH] fix missing includesTim Schmielau1-0/+2
2005-08-31[SERIAL] Convert mwave to use serial8250_(un)?register_portAlan Cox1-9/+12
2005-06-25[PATCH] drivers/char/mwave/tp3780i.c: remove dead codeAdrian Bunk1-5/+1
2005-06-25[PATCH] drivers/char/mwave/3780i.c: cleanupsAdrian Bunk2-6/+4
2005-06-25[PATCH] drivers/char/mwave/tp3780i.c: remove kernel 2.2 #if'sAdrian Bunk1-7/+1
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacksYani Ioannou1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds11-0/+3412