summaryrefslogtreecommitdiffstats
path: root/drivers/char/sonypi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-16infiniband: ehca: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-4/+4
2009-06-16ibmvscsi: gadget: at91_udc: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-4/+4
2009-06-16hvcs: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-06-16xen block: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-7/+7
2009-06-16thermal: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-06-16scsi: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-2/+2
2009-06-16pcmcia: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-4/+4
2009-06-16PCIE: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-06-16mfd: remove driver_data direct access of struct deviceGreg Kroah-Hartman3-4/+4
2009-06-16media: remove driver_data direct access of struct deviceGreg Kroah-Hartman3-14/+14
2009-06-16input: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-06-16infiniband: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-06-16ieee1394: remove driver_data direct access of struct deviceGreg Kroah-Hartman2-13/+11
2009-06-16ide: remove driver_data direct access of struct deviceGreg Kroah-Hartman3-5/+7
2009-06-16firewire: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-06-16eisa: remove driver_data direct access of struct deviceGreg Kroah-Hartman3-4/+4
2009-06-16Driver Core: bsg: add nodename for bsg driverKay Sievers1-0/+6
2009-06-16Driver Core: aoe: add nodename for aoe devicesKay Sievers1-0/+7
2009-06-16Driver Core: drm: add nodename for drm devicesKay Sievers1-0/+7
2009-06-16Driver Core: raw: add nodename for raw devicesKay Sievers1-0/+6
2009-06-16Driver Core: sound: add nodename for sound driversKay Sievers1-0/+7
2009-06-16Driver Core: input: add nodename for input driversKay Sievers1-0/+6
2009-06-16Driver Core: dvb: add nodename for dvb driversKay Sievers1-0/+10
2009-06-16Driver Core: x86: add nodename for cpuid and msr drivers.Kay Sievers2-0/+12
2009-06-16Driver Core: block: add nodename support for block drivers.Kay Sievers3-1/+18
2009-06-16Driver Core: usb: add nodename support for usb drivers.Kay Sievers8-2/+56
2009-06-16Driver Core: misc: add nodename support for misc devices.Kay Sievers6-3/+17
2009-06-16Driver Core: add nodename callbacksKay Sievers2-1/+53
2009-06-16driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman4-5/+5
2009-06-16firmware: remove broken example filesGreg Kroah-Hartman2-325/+0
2009-06-16firmware: FIRMWARE_NAME_MAX removalSamuel Ortiz1-1/+0
2009-06-16firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removalJohn W. Linville3-10/+9
2009-06-16firmware: pcmcia/ds: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz1-11/+1
2009-06-16firmware: dvb/dvb-usb: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz1-1/+1
2009-06-16firmware: tuners/xc2028: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz1-1/+1
2009-06-16firmware: atm/ueagle-atm: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz1-4/+5
2009-06-16firmware: allocate firmware id dynamicallySamuel Ortiz1-4/+12
2009-06-16driver core: fix documentation of request_firmware_nowaitMing Lei2-3/+5
2009-06-16kobject: samples: make SAMPLE_KOBJECT module-onlyMichal Marek1-1/+2
2009-06-16driver core: synchronize device shutdownShaohua Li1-0/+2
2009-06-16debugfs: fix docbook errorJonathan Corbet1-1/+1
2009-06-16driver-core: make sysdev_class_register check kobject_set_name return valueDave Young1-1/+7
2009-06-16kobject: make kset_create check kobject_set_name return valueDave Young1-1/+6
2009-06-16Driver core: fix comment for device_attach()Dmitry Torokhov1-1/+1
2009-06-16debugfs: dont stop on first failed recursive deleteSteven Rostedt1-0/+11
2009-06-16driver core: Const-correct platform getbyname functionsLinus Walleij2-4/+5
2009-06-16driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel2-0/+6
2009-06-16driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei1-3/+5
2009-06-16Sysfs: fix possible memleak in sysfs_follow_linkArmin Kuster1-1/+4
2009-06-16Driver Core: Warn driver authors about adding device attributesGrant Likely1-0/+32