summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-22xen: initialize platform-pci even if xen_emul_unplug=neverIgor Mammedov3-5/+7
2012-03-21xen/acpi: Remove the WARN's as they just create noise.Konrad Rzeszutek Wilk1-2/+2
2012-03-20xen/tmem: cleanupJan Beulich1-13/+8
2012-03-20xen: support pirq_eoi_mapStefano Stabellini1-3/+23
2012-03-20xen/acpi-processor: Do not depend on CPU frequency scaling drivers.Konrad Rzeszutek Wilk1-2/+1
2012-03-20provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk1-0/+24
2012-03-16xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND depsAndrew Jones2-1/+2
2012-03-14xen/acpi-processor: C and P-state driver that uploads said data to hypervisor.Konrad Rzeszutek Wilk3-1/+580
2012-03-14xen: constify all instances of "struct attribute_group"Jan Beulich3-5/+5
2012-03-14xen/xenbus: ignore console/0Stefano Stabellini1-0/+6
2012-03-14hvc_xen: introduce HVC_XEN_FRONTENDStefano Stabellini2-54/+70
2012-03-14hvc_xen: implement multiconsole supportStefano Stabellini1-58/+377
2012-03-14hvc_xen: support PV on HVM consolesStefano Stabellini1-16/+68
2012-03-13xenbus: don't free other end details too earlyJan Beulich1-1/+2
2012-02-26xenbus: address compiler warningsJan Beulich1-3/+3
2012-01-12xen/pciback: Support pci_reset_function, aka FLR or D3 support.Konrad Rzeszutek Wilk2-3/+39
2012-01-12pci: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk1-0/+25
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds19-203/+550
2012-01-12cpu: Register a generic CPU device on architectures that currently do notBen Hutchings2-0/+23
2012-01-12cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings2-9/+6
2012-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds19-1410/+1636
2012-01-11Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds4-80/+152
2012-01-11Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-6/+6
2012-01-11Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds3-32/+7
2012-01-11Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds91-1236/+1172
2012-01-11drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings1-2/+2
2012-01-11drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson1-2/+8
2012-01-11drivers/rtc/: remove redundant spi driver bus initializationLars-Peter Clausen5-5/+0
2012-01-11drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver staticAxel Lin1-1/+1
2012-01-11drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable staticAxel Lin1-1/+1
2012-01-11rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin30-351/+30
2012-01-11drivers/rtc/rtc-wm831x.c: convert to devm_kzalloc()Mark Brown1-3/+1
2012-01-11drivers/rtc/rtc-wm831x.c: remove unused period IRQ handlerMark Brown1-20/+0
2012-01-11rtc/ab8500: add calibration attribute to AB8500 RTCMark Godfrey1-0/+112
2012-01-11drivers/rtc/rtc-ab8500.c: change msleep() to usleep_range()Linus Walleij1-3/+3
2012-01-11rtc/ab8500: set can_wake flagAndrew Lynn1-0/+2
2012-01-11rtc/ab8500: don't disable IRQ:s when suspendingRobert Marklund1-2/+2
2012-01-11drivers/rtc/rtc-mxc.c: make alarm workYauhen Kharuzhy1-53/+59
2012-01-11drivers/rtc/rtc-mxc.c: fix setting time for MX1 SoCYauhen Kharuzhy1-0/+11
2012-01-11drivers/rtc/rtc-cmos.c: fix broken NVRAM bank 2 writingOndrej Zary1-1/+1
2012-01-11leds: convert wm8350 driver to devm_kzalloc()Mark Brown1-5/+2
2012-01-11leds: convert wm831x status driver to devm_kzalloc()Mark Brown1-3/+2
2012-01-11drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin1-1/+1
2012-01-11leds: add driver for TCA6507 LED controllerNeilBrown3-0/+788
2012-01-11drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin1-18/+6
2012-01-11drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin1-2/+1
2012-01-11drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin1-2/+0
2012-01-11leds: convert leds-dac124s085 to module_spi_driverAxel Lin1-12/+1
2012-01-11leds: convert led i2c drivers to module_i2c_driverAxel Lin7-98/+7
2012-01-11leds: convert led platform drivers to module_platform_driverAxel Lin21-265/+31