You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/drivers/char
Samuel Thibault b293d75847 Console events and accessibility 18 years ago
..
agp x86: Create clflush() inline, remove hardcoded wbinvd 18 years ago
drm video gfx: merge kconfig menus 18 years ago
hw_random x86_64: Geode HW Random Number Generator depends on X86_32 18 years ago
ip2 drivers/char/ip2: fix used-uninit'd bug 18 years ago
ipmi IPMI: add 0.9 support 18 years ago
mwave [PATCH] mwave: interesting flags savings 18 years ago
pcmcia Convert from class_device to device in drivers/char 18 years ago
rio long vs. unsigned long - low-hanging fruits in drivers 18 years ago
tpm tpm: pay attention to IRQ info from PNP 18 years ago
.gitignore [MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support. 19 years ago
ChangeLog
Kconfig Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog 18 years ago
Makefile Correct Makefile rule for generating custom keymap 18 years ago
amiserial.c some kmalloc/memset ->kzalloc (tree wide) 18 years ago
apm-emulation.c PM: Move definition of struct pm_ops to suspend.h 18 years ago
applicom.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 19 years ago
applicom.h
briq_panel.c [POWERPC] Remove dead code for preventing pread() and pwrite() calls 18 years ago
cd1865.h
consolemap.c unicode diacritics support 18 years ago
cp437.uni
cs5535_gpio.c Char: cs5535_gpio, add MODULE_DEVICE_TABLE 18 years ago
cyclades.c Cyclades: Avoid label defined but not used warning 18 years ago
defkeymap.c_shipped unicode diacritics support 18 years ago
defkeymap.map
digi1.h
digiFep1.h
digiPCI.h
ds1286.c [CHAR] ds1286: Fix handling of seconds in RTC_ALM_SET ioctl. 18 years ago
ds1302.c [PATCH] DS1302: local_irq_disable() is redundant after local_irq_save() 18 years ago
ds1620.c header cleaning: don't include smp_lock.h when not used 18 years ago
dsp56k.c long vs. unsigned long - low-hanging fruits in drivers 18 years ago
dtlk.c dtlk: fix error checks in module_init() 18 years ago
efirtc.c
epca.c epca.c: reformat comments and coding style improvements 18 years ago
epca.h [PATCH] char: kill unneeded memsets 19 years ago
epcaconfig.h
esp.c some kmalloc/memset ->kzalloc (tree wide) 18 years ago
generic_nvram.c [PATCH] mark struct file_operations const 3 18 years ago
generic_serial.c genericserial: remove bogus optimisation check and dead code paths 18 years ago
genrtc.c Char: genrtc, use wait_event_interruptible 18 years ago
hangcheck-timer.c Detach sched.h from mm.h 18 years ago
hpet.c Silent drivers/char/hpet.c build warnings on i386 18 years ago
hvc_beat.c [POWERPC] Init markings for hvc_beat 18 years ago
hvc_console.c Delay creation of khcvd thread 18 years ago
hvc_console.h
hvc_iseries.c [POWERPC] init and exit markings for hvc_iseries 18 years ago
hvc_lguest.c paravirt: refactor struct paravirt_ops into smaller pv_*_ops 18 years ago
hvc_rtas.c [POWERPC] Quiet section mismatch in hvc_rtas.c 18 years ago
hvc_vio.c [POWERPC] Rename device_is_compatible to of_device_is_compatible 18 years ago
hvc_xen.c xen: use the hvc console infrastructure for Xen console 18 years ago
hvcs.c [POWERPC] hvcs: Make some things static and const 18 years ago
hvsi.c [POWERPC] Rename get_property to of_get_property: partial drivers 18 years ago
i8k.c drivers/firmware: const-ify DMI API and internals 18 years ago
ip27-rtc.c header cleaning: don't include smp_lock.h when not used 18 years ago
isicom.c Add missing newlines to some uses of dev_<level> messages 18 years ago
istallion.c Convert from class_device to device in drivers/char 18 years ago
keyboard.c Console keyboard events and accessibility 18 years ago
lcd.c [MIPS] Delete duplicate inclusion of <linux/delay.h>. 18 years ago
lcd.h [MIPS] Add MTD device support for Cobalt 18 years ago
lp.c lp_console: cleanups 18 years ago
mbcs.c Clean up duplicate includes in drivers/char/ 18 years ago
mbcs.h mbcs: Remove lots of global symbols 18 years ago
mem.c mm: bdi init hooks 18 years ago
misc.c Make /proc/misc use seq_list_xxx helpers 18 years ago
mmtimer.c Remove fs.h from mm.h 18 years ago
moxa.c Char: moxa, remove sleep_on 18 years ago
mspec.c Memoryless nodes: Uncached allocator updates 18 years ago
mxser.c mxser: fix compiler warning when building without CONFIG_PCI 18 years ago
mxser.h mxser: Remove use of dead TTY_FLIPBUF_SIZE definition 18 years ago
mxser_new.c Char: mxser_new, remove useless comments in mxser_cards 18 years ago
mxser_new.h [PATCH] Char: mxser_new, upgrade to 1.9.15 18 years ago
n_hdlc.c n_hdlc.c: fix check-after-use 18 years ago
n_r3964.c Char: n_r3964, use wait_event_interruptible 18 years ago
n_tty.c Audit: add TTY input auditing 18 years ago
nsc_gpio.c [PATCH] struct path: convert char-drivers 18 years ago
nvram.c COBALT: remove all references to Cobalt NVRAM 18 years ago
nwbutton.c [PATCH] Char: timers cleanup 18 years ago
nwbutton.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 19 years ago
nwflash.c [PATCH] remove many unneeded #includes of sched.h 18 years ago
pc8736x_gpio.c [PATCH] drivers/char/pc8736x_gpio.c: remove unused static functions 19 years ago
ppdev.c Clean up duplicate includes in drivers/char/ 18 years ago
ps3flash.c ps3: FLASH ROM Storage Driver 18 years ago
pty.c sysctl: simplify the pty sysctl logic 18 years ago
random.c sparse pointer use of zero as null 18 years ago
raw.c cdev: remove unneeded setting of cdev names 18 years ago
riscom8.c Char: riscom8, eliminate busy loop 18 years ago
riscom8.h long vs. unsigned long - low-hanging fruits in drivers 18 years ago
riscom8_reg.h
rocket.c Char: rocket, fix signed/unsigned warning 18 years ago
rocket.h
rocket_int.h Char: rocket, switch sleep_on to completion 18 years ago
rtc.c x86_64: Untangle asm/hpet.h from asm/timex.h 18 years ago
scc.h
scx200_gpio.c [PATCH] scx200_gpio export cleanups 19 years ago
selection.c Kernel utf-8 handling 18 years ago
ser_a2232.c [PATCH] remove many unneeded #includes of sched.h 18 years ago
ser_a2232.h
ser_a2232fw.ax
ser_a2232fw.h
serial167.c m68k: remove empty ->setup is several consoles 18 years ago
snsc.c Convert from class_device to device in drivers/char 18 years ago
snsc.h
snsc_event.c [IA64] drivers/char/snsc_event.c:206: warning: unused variable `p' 18 years ago
sonypi.c ACPI: Schedule /proc/acpi/event for removal 18 years ago
specialix.c Char: specialix, remove busy waiting 18 years ago
specialix_io8.h
stallion.c Convert from class_device to device in drivers/char 18 years ago
sx.c sx: switch subven and subid values 18 years ago
sx.h long vs. unsigned long - low-hanging fruits in drivers 18 years ago
sxboards.h
sxwindow.h
synclink.c Clean up duplicate includes in drivers/char/ 18 years ago
synclink_gt.c synclink_gt endianness annotations 18 years ago
synclinkmp.c some kmalloc/memset ->kzalloc (tree wide) 18 years ago
sysrq.c add CONFIG_VT_UNICODE 18 years ago
tb0219.c [PATCH] struct path: convert char-drivers 18 years ago
tipar.c Convert from class_device to device in drivers/char 18 years ago
tlclk.c [PATCH] remove many unneeded #includes of sched.h 18 years ago
toshiba.c [PATCH] remove many unneeded #includes of sched.h 18 years ago
tty_audit.c Audit: add TTY input auditing 18 years ago
tty_io.c tty: dont needlessly cast kmalloc() return value 18 years ago
tty_ioctl.c tty_ioctl: fix the baud_table check in encode_baud_rate 18 years ago
vc_screen.c use mutex instead of semaphore in virtual console driver 18 years ago
viocons.c [POWERPC] iSeries: fix viocons init 18 years ago
viotape.c Convert from class_device to device in drivers/char 18 years ago
vme_scc.c m68k: remove empty ->setup is several consoles 18 years ago
vr41xx_giu.c [MIPS] Separate platform_device registration for VR41xx GPIO 18 years ago
vt.c Console events and accessibility 18 years ago
vt_ioctl.c add CONFIG_VT_UNICODE 18 years ago