summaryrefslogtreecommitdiffstats
path: root/drivers/sbus/char/display7seg.c
Commit message (Collapse)AuthorAgeFilesLines
* [SPARC64]: Use in-kernel PROM tree for EBUS and ISA.David S. Miller2006-06-231-1/+1
| | | | Signed-off-by: David S. Miller <davem@davemloft.net>
* [SPARC]: display7seg build fixAndrew Morton2005-11-101-1/+1
| | | | | Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* [SPARC]: Fix locking thinkos in display7seg and cpwatchdog drivers.David S. Miller2005-11-091-1/+1
| | | | | | Noticed by Eric Brower. Signed-off-by: David S. Miller <davem@davemloft.net>
* [SPARC] display7seg: implement ->unlocked_ioctl and ->compat_ioctlChristoph Hellwig2005-11-071-12/+20
| | | | | | | | all ioctls are 32bit compat clean, so the driver can use ->compat_ioctl and ->unlocked_ioctl easily. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>
* [PATCH] Remove unnecessary check_region references in commentsPeter Osterlund2005-09-131-1/+1
| | | | | | | | | Remove check_region references from comments and printk statements so that searching for real users of this deprecated function gets easier. Signed-off-by: Peter Osterlund <petero2@telia.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+234
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!