summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-10-14memstick: r592: fix build warnings for !PM_SLEEPThierry Reding
2014-10-14rtc-cmos: fix wakeup from S5 without CONFIG_PM_SLEEPDaniel Glöckner
2014-10-14drivers/rtc/Kconfig: Let several drivers depend on HAS_IOMEM to avoid compili...Chen Gang
2014-10-14drivers/rtc/rtc-rs5c372.c: use %*ph to dump small buffersAndy Shevchenko
2014-10-14drivers/rtc/rtc-pcf8563.c: fix pcf8563_irq() error return valueArnd Bergmann
2014-10-14drivers/rtc/rtc-pcf8563.c: fix uninitialized use warningArnd Bergmann
2014-10-14rtc: add driver for Maxim 77802 PMIC Real-Time-ClockJavier Martinez Canillas
2014-10-14rtc: max77686: Use ffs() to calculate tm_wdayJavier Martinez Canillas
2014-10-14rtc: max77686: remove unneeded info logJavier Martinez Canillas
2014-10-14rtc: max77686: fail to probe if no RTC regmap irqchip is setJavier Martinez Canillas
2014-10-14rtc: max77686: remove dead code for SMPL and WTSRJavier Martinez Canillas
2014-10-14rtc: max77686: Allow the max77686 rtc to wakeup the systemDoug Anderson
2014-10-14rtc: bq32000: add trickle charger option, with device tree bindingPavel Machek
2014-10-14rtc: ds1307: add trickle charger device tree bindingMatti Vaittinen
2014-10-14clk: RK808: add clkout driver for RK808Chris Zhong
2014-10-14RTC: RK808: add RTC driver for RK808Chris Zhong
2014-10-14rtc: make of_device_ids constUwe Kleine-König
2014-10-14rtc: s3c: add support for RTC of Exynos3250 SoCChanwoo Choi
2014-10-14rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_typeChanwoo Choi
2014-10-14rtc: s3c: remove warning message when checking coding style with checkpatch s...Chanwoo Choi
2014-10-14rtc: s3c: define s3c_rtc structure to remove global variables.Chanwoo Choi
2014-10-14rtc: use c99 initializers in structuresJulia Lawall
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski
2014-10-14drivers: dma-coherent: add initialization from device treeMarek Szyprowski
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-12Merge tag 'platform-drivers-x86-v3.18-1' of git://git.infradead.org/users/dvh...Linus Torvalds
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2014-10-11Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2014-10-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-11Merge tag 'backlight-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-11Merge tag 'mmc-v3.18-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds
2014-10-10Merge tag 'edac/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-10-10Merge tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-10Merge tag 'restart-handler-for-v3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-10net: systemport: avoid unbalanced enable_irq_wake callsFlorian Fainelli
2014-10-10net: bcmgenet: avoid unbalanced enable_irq_wake callsFlorian Fainelli
2014-10-10net: bcmgenet: fix off-by-one in incrementing read pointerFlorian Fainelli
2014-10-10mlx4: fix race accessing page->_countEric Dumazet
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet
2014-10-10igb: fix race accessing page->_countEric Dumazet
2014-10-10fm10k: fix race accessing page->_countEric Dumazet
2014-10-10net/phy: micrel: Add clock support for KSZ8021/KSZ8031Sascha Hauer
2014-10-10macvlan: optimize the receive pathjbaron@akamai.com