summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-291-2/+2
* timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-151-0/+2
* rtc: Skip the suspend/resume handling if persistent clock existFeng Tang2013-01-151-0/+7
* NTP: Add a CONFIG_RTC_SYSTOHC configurationJason Gunthorpe2013-01-153-1/+54
* time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-131-1/+1
* clocksource: arm_generic: use this_cpu_ptr per-cpu helperShan Wei2012-11-131-1/+1
* clocksource: arm_generic: use integer math helpersLinus Walleij2012-11-131-2/+2
* clocksource: clean up parse_pmtmr()Dan Carpenter2012-11-131-9/+8
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-11-092-1/+6
|\
| * drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-091-1/+1
| * drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-091-0/+5
* | Merge tag '3.7-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2012-11-098-52/+62
|\ \
| * | PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi2012-11-051-1/+2
| * | PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying2012-11-054-34/+42
| * | PCI/PM: Resume device before shutdownHuang Ying2012-11-021-10/+2
| * | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-022-7/+16
* | | Merge tag 'mmc-fixes-for-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-11-0914-94/+140
|\ \ \
| * | | mmc: sdhci-s3c: fix the card detection in runtime-pmSeungwon Jeon2012-11-071-2/+4
| * | | mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-11-071-14/+14
| * | | mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann2012-11-074-6/+6
| * | | mmc: dw_mmc: fix modular build for exynos back-endArnd Bergmann2012-11-071-1/+1
| * | | mmc: sdhci: fix NULL dereference in sdhci_request() tuningChris Ball2012-11-071-10/+13
| * | | mmc: sdhci: fix IS_ERR() checking of regulator_get()Kevin Liu2012-11-071-6/+12
| * | | mmc: fix sdhci-dove probe/removalRussell King - ARM Linux2012-11-071-18/+20
| * | | mmc: sh_mmcif: fix use after freeGuennadi Liakhovetski2012-11-071-1/+1
| * | | mmc: sdhci-pci: fix 'Invalid iomem size' error message conditionAdrian Hunter2012-11-071-1/+1
| * | | mmc: mxcmmc: Fix MODULE_ALIASFabio Estevam2012-11-071-1/+1
| * | | mmc: omap_hsmmc: fix NULL pointer dereference for dt bootBalaji T K2012-11-071-6/+11
| * | | mmc: omap_hsmmc: fix host reference after mmc_free_hostBalaji T K2012-11-071-1/+1
| * | | mmc: dw_mmc: fix multiple drv_data NULL dereferencesJames Hogan2012-11-072-14/+19
| * | | mmc: dw_mmc: enable controller interrupt before calling mmc_start_hostYuvaraj CD2012-11-071-14/+15
| * | | mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCsJerry Huang2012-11-074-0/+22
| * | | mmc: dw_mmc: remove _dev_info compile warningSeungwon Jeon2012-11-071-1/+1
* | | | Merge tag 'pinctrl-for-v3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-11-096-50/+369
|\ \ \ \
| * | | | pinctrl: samsung and exynos need to depend on OF && GPIOLIBAxel Lin2012-11-061-0/+2
| * | | | pinctrl: SPEAr1340: Add clcd sleep mode pin configurationVipul Kumar Samar2012-11-051-1/+38
| * | | | pinctrl: SPEAr1340: Make DDR reset & clock pads as gpioDeepak Sikri2012-11-051-1/+1
| * | | | pinctrl: SPEAr1310: add register entries for enabling pad directionShiraz Hashim2012-11-051-0/+266
| * | | | pinctrl: SPEAr1310: Separate out pci pins from pcie_sata pin groupVipul Kumar Samar2012-11-051-42/+51
| * | | | pinctrl: SPEAr1310: Fix value of PERIP_CFG reigster and MCIF_SEL_SHIFTVipul Kumar Samar2012-11-051-2/+2
| * | | | pinctrl: SPEAr1310: fix clcd high resolution pin group nameShiraz Hashim2012-11-051-1/+1
| * | | | pinctrl: SPEAr320: Correct pad mux entries for rmii/smiiDeepak Sikri2012-11-051-2/+2
| * | | | pinctrl: SPEAr3xx: correct register space to configure pwmShiraz Hashim2012-11-052-0/+5
| * | | | pinctrl: SPEAr: Don't update all non muxreg bits on pinctrl_disableViresh Kumar2012-11-051-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-11-093-12/+2
|\ \ \ \
| * | | | s390/cio: fix length calculation in idset.cSebastian Ott2012-11-061-2/+1
| * | | | s390: Move css limits from drivers/s390/cio/ to include/asm/.Cornelia Huck2012-11-061-3/+0
| * | | | s390/cio: suppress 2nd path verification during resumeSebastian Ott2012-10-261-7/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-11-091-26/+43
|\ \ \ \ \
| * | | | | HID: hidraw: put old deallocation mechanism in placeJiri Kosina2012-11-011-26/+43