aboutsummaryrefslogtreecommitdiff
path: root/drivers/tc
AgeCommit message (Expand)AuthorFilesLines
2024-02-20tc: make tc_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-3/+2
2020-01-13tc: Make tc_match_device() staticGravatar Geert Uytterhoeven 1-3/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-10-11TC: Set DMA masks for devicesGravatar Maciej W. Rozycki 1-1/+7
2014-11-24TC: Error handling clean-upsGravatar Maciej W. Rozycki 1-17/+19
2014-06-26TC: Handle device_register() errors.Gravatar Levente Kurusa 1-2/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-03-24tc: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-4/+4
2007-10-17lk201: remove obsolete driverGravatar Maciej W. Rozycki 7-1373/+0
2007-10-17unicode diacritics supportGravatar Samuel Thibault 1-1/+1
2007-07-18zs: move to the serial subsystemGravatar Maciej W. Rozycki 3-2608/+0
2007-07-12[MIPS] DEC: Fix modpost warning.Gravatar Ralf Baechle 1-8/+8
2007-07-12Revert "[MIPS] DEC: Fix modpost warning."Gravatar Ralf Baechle 1-3/+3
2007-07-10[MIPS] DEC: Fix modpost warning.Gravatar Ralf Baechle 1-3/+3
2007-06-08potential parse error in ifdef part 3Gravatar Yoann Padioleau 1-1/+1
2007-04-04[PATCH] Fix build error on zs serial driverGravatar Yoichi Yuasa 1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-11[PATCH] Char: tty_wakeup cleanupGravatar Jiri Slaby 1-3/+1
2007-02-09[TC] MIPS: TURBOchannel resources off-by-one fixGravatar Maciej W. Rozycki 1-2/+2
2007-02-09[TC] MIPS: TURBOchannel update to the driver modelGravatar Maciej W. Rozycki 3-201/+250
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-1/+1
2006-10-08[MIPS] Fix DECserial build error by IRQ hander changeGravatar Yoichi Yuasa 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+3
2006-10-02[PATCH] const struct tty_operationsGravatar Jeff Dike 1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 2-2/+0
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGravatar Greg Kroah-Hartman 1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGravatar Greg Kroah-Hartman 1-1/+0
2006-03-23[PATCH] kill _INLINE_Gravatar Adrian Bunk 1-6/+3
2006-02-07[PATCH] remove bogus asm/bug.h includes.Gravatar Al Viro 1-1/+0
2005-11-17[MIPS] zs.c: Resurrect the deceased zs.c for now.Gravatar Maciej W. Rozycki 2-93/+70
2005-11-07Add .gitignore files for TurbochannelGravatar Ralf Baechle 1-0/+1
2005-10-29Use physical addresses at the interface level, letting drivers remapGravatar Maciej W. Rozycki 2-57/+43
2005-10-29Remove left-over unused bits.Gravatar Maciej W. Rozycki 1-12/+0
2005-10-29Fix function types to ones appropriate for initcalls.Gravatar Maciej W. Rozycki 1-3/+5
2005-10-29Deal with the bloody KSEG vs CKSEG horror...Gravatar Maciej W. Rozycki 2-5/+4
2005-09-13[PATCH] Remove unnecessary check_region references in commentsGravatar Peter Osterlund 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 9-0/+4300