summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* amilo-rfkill: Enable using amilo-rfkill with the FSC Amilo L1310.Jerome Meinke2013-09-051-0/+7
* wmi: parse_wdg() should return kernel error codesDan Carpenter2013-09-051-2/+2
* hp_wmi: Fix unregister order in hp_wmi_rfkill_setup()Kirill Tkhai2013-09-051-8/+8
* platform: replace strict_strto*() with kstrto*()Jingoo Han2013-09-052-3/+5
* x86: irst: use module_acpi_driver to simplify the codeWei Yongjun2013-09-051-12/+1
* x86: smartconnect: use module_acpi_driver to simplify the codeWei Yongjun2013-09-051-12/+1
* platform samsung-q10: use ACPI instead of direct EC callsFrederick van der Wyck2013-09-052-45/+22
* thinkpad_acpi: add the ability setting TPACPI_LED_NONE by quirkAdam Lee2013-09-051-3/+10
* thinkpad_acpi: return -NODEV while operating uninitialized LEDsAdam Lee2013-09-051-2/+8
* Merge branch 'x86-fb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-09-045-330/+93
|\
| * fbdev: fbcon: select VT_HW_CONSOLE_BINDINGDavid Herrmann2013-08-031-1/+2
| * fbdev: efifb: bind to efi-framebufferDavid Herrmann2013-08-031-46/+22
| * fbdev: vesafb: bind to platform-framebuffer deviceDavid Herrmann2013-08-031-39/+16
| * x86: sysfb: move EFI quirks from efifb to sysfbDavid Herrmann2013-08-031-227/+7
| * fbdev: simplefb: mark as fw and allocate aperturesDavid Herrmann2013-08-031-1/+9
| * fbdev: simplefb: add init through platform_dataDavid Herrmann2013-08-032-16/+37
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-046-103/+635
|\ \
| * \ Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan...Thomas Gleixner2013-08-212-69/+379
| |\ \
| | * | clocksource: arch_timer: Add support for memory mapped timersStephen Boyd2013-08-011-55/+347
| | * | clocksource: arch_timer: Push the read/write wrappers deeperStephen Boyd2013-08-011-15/+31
| | * | clocksource: arch_timer: Pass clock event to set_mode callbackStephen Boyd2013-08-011-1/+1
| | * | clocksource: arch_timer: Make register accessors less error-proneStephen Boyd2013-08-011-3/+3
| | * | ARM: clocksource: moxart: Add bitops.h includeJonas Jensen2013-08-011-0/+1
| * | | Merge branch 'linus' into timers/coreThomas Gleixner2013-08-21690-96588/+9650
| |\ \ \ | | |/ / | |/| |
| * | | ARM: clocksource: Add support for MOXA ART SoCsJonas Jensen2013-07-182-0/+165
| * | | clocksource: cadence_ttc: Reuse clocksource as sched_clockSoren Brinkmann2013-07-181-0/+12
| * | | clocksource: cadence_ttc: Remove unused headerSoren Brinkmann2013-07-181-1/+0
| * | | clocksource: sun4i: Fix bug when switching from periodic to oneshot modesMaxime Ripard2013-07-181-3/+6
| * | | clocksource: sun4i: Cleanup parent clock setupMaxime Ripard2013-07-181-10/+5
| * | | clocksource: sun4i: Remove TIMER_SCAL variableMaxime Ripard2013-07-181-6/+3
| * | | clocksource: sun4i: Factor out some timer codeMaxime Ripard2013-07-181-16/+32
| * | | clocksource: sun4i: Fix the next event codeMaxime Ripard2013-07-181-3/+22
| * | | clocksource: sun4i: Don't forget to enable the clock we useMaxime Ripard2013-07-181-0/+1
| * | | clocksource: sun4i: Add clocksource and sched clock driversMaxime Ripard2013-07-181-0/+15
| * | | clocksource: sun4i: rename AUTORELOAD define to RELOADMaxime Ripard2013-07-181-2/+2
| * | | clocksource: sun4i: Wrap macros arguments in parenthesisMaxime Ripard2013-07-181-2/+2
| * | | clocksource: sun4i: Use the BIT macros where possibleMaxime Ripard2013-07-181-4/+4
| * | | clocksource: orion: Use linux/sched_clock.hStephen Boyd2013-07-181-1/+1
* | | | Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-09-049-50/+62
|\ \ \ \
| * | | | pwm: pxa: Use module_platform_driverMike Dunn2013-09-031-11/+1
| * | | | pwm: tiehrpwm: add missing __iomem annotationJingoo Han2013-09-031-3/+3
| * | | | pwm: tiecap: add CONFIG_PM_SLEEP to ecap_pwm_{save,restore}_context()Jingoo Han2013-09-031-1/+1
| * | | | pwm: simplify use of devm_ioremap_resourceJulia Lawall2013-09-033-14/+1
| * | | | pwm: renesas-tpu: Add DT supportLaurent Pinchart2013-09-031-7/+34
| * | | | pwm: Use the DT macro directly when parsing PWM DT flagsLaurent Pinchart2013-09-031-4/+3
| * | | | pwm: mxs: Check the return value from stmp_reset_block()Fabio Estevam2013-09-031-1/+7
| * | | | pwm: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-291-9/+12
| | |_|/ | |/| |
* | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-042-12/+40
|\ \ \ \
| * | | | efi-pstore: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-4/+18
| * | | | erst: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-1/+12