summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-223-61/+6
* drivers: base: use standard device online/offline for state changeSeth Jennings2013-08-211-72/+55
* drivers: base: refactor add_memory_section() to add_memory_block()Seth Jennings2013-08-211-27/+21
* drivers: base: remove improper get/put in add_memory_section()Seth Jennings2013-08-211-4/+2
* drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings2013-08-211-27/+14
* drivers: base: unshare add_memory_section() from hotplugSeth Jennings2013-08-211-3/+16
* drivers: base: use device get/put functionsSeth Jennings2013-08-211-4/+4
* drivers: base: remove unneeded variableSeth Jennings2013-08-211-4/+1
* drivers: base: move mutex lock out of add_memory_section()Seth Jennings2013-08-211-4/+9
* ACPI: bgrt: take advantage of binary sysfs groupsGreg KH2013-08-211-16/+10
* hid: roccat-pyra: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-211-78/+62
* hid: roccat-kone: fix off-by-one bug in attributesGreg Kroah-Hartman2013-08-201-1/+1
* hid: roccat-kovaplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-83/+54
* hid: roccat-konepure: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-27/+40
* hid: roccat-koneplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-87/+66
* hid: roccat-savu: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-27/+31
* hid: roccat-kone: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-46/+34
* hid: roccat-isku: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-38/+49
* hid: roccat-arvo: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-15/+19
* PPS: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-202-21/+36
* x86: wmi: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-201-4/+6
* v4l2: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-201-13/+17
* HID: roccat: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-206-65/+88
* devfreq: convert devfreq_class to use dev_groupsGreg Kroah-Hartman2013-08-201-34/+44
* drivers / dma-contiguous: Fix __init attribute locationHanjun Guo2013-08-201-2/+2
* drivers / platform: Fix __init attribute locationHanjun Guo2013-08-201-2/+2
* drivers / base: Fix sysfs_deprecated_setup() __init attribute locationHanjun Guo2013-08-201-1/+1
* driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki2013-08-131-1/+5
* driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-131-0/+37
* driver core: bus_type: add drv_groupsGreg Kroah-Hartman2013-08-133-4/+14
* driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-133-4/+14
* cpu topology: remove stale arch_provides_topology_pointers and define_sibling...Hanjun Guo2013-07-291-20/+0
* rtc: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-291-24/+24
* Merge 3.11-rc3 into driver-core-nextGreg Kroah-Hartman2013-07-29171-2524/+4810
|\
| * Merge tag 'pinctrl-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-294-2/+26
| |\
| | * pinctrl: fix a memleak when freeing mapsLinus Walleij2013-07-251-0/+1
| | * pinctrl: pinctrl-single: fix compile warning when no CONFIG_PMJean-Francois Moine2013-07-221-0/+2
| | * pinctrl: sh-pfc: fix SDHI0 VccQ regulator on sh73a0 with DTGuennadi Liakhovetski2013-07-221-0/+1
| | * pinctrl: sirf: add usp0_uart_nostreamctrl pin group for usp-uart without flow...Qipan Li2013-07-221-0/+20
| | * pinctrl: sirf: fix the pin number and mux bit for usp0Qipan Li2013-07-221-2/+2
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-07-296-24/+32
| |\ \
| | * | [SCSI] isci: fix breakage caused by >16byte CDB patchJames Bottomley2013-07-241-1/+1
| | * | [SCSI] mvsas: Fix kernel panic on tile due to unaligned data accessJames Bottomley2013-07-242-3/+9
| | * | [SCSI] sd: fix crash when UA received on DIF enabled deviceEwan D. Milne2013-07-231-15/+7
| | * | [SCSI] qla2xxx: Properly set the tagging for commands.Saurav Kashyap2013-07-231-2/+9
| | * | [SCSI] isci: Fix a race condition in the SSP task management pathJeff Skirvin2013-07-231-3/+6
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-2611-127/+158
| |\ \ \
| | * \ \ Merge tag 'drm-intel-fixes-2013-07-25' of git://people.freedesktop.org/~danve...Dave Airlie2013-07-263-5/+17
| | |\ \ \
| | | * | | drm/i915: initialize gt_lock early with other spin locksJani Nikula2013-07-252-2/+1
| | | * | | drm/i915: fix hdmi portclock limitsDaniel Vetter2013-07-231-3/+16