summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtc: use more standard kernel logging stylesJoe Perches2015-04-1713-24/+49
* drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitHeiko Stübner2015-04-171-5/+5
* drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() checkKrzysztof Kozlowski2015-04-171-3/+1
* drivers/rtc/rtc-omap.c: use module_platform_driverLokesh Vutla2015-04-171-2/+3
* drivers/rtc/Kconfig: update Kconfig for OMAP RTCLokesh Vutla2015-04-171-3/+3
* drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...Lokesh Vutla2015-04-171-11/+52
* drivers/rtc/rtc-s3c.c: fix failed first read of RTC timeKrzysztof Kozlowski2015-04-171-16/+16
* rtc: hctosys: use function name in the error logAaro Koskinen2015-04-171-1/+1
* drivers/rtc/interface.c: __rtc_read_time: reduce log levelAaro Koskinen2015-04-171-2/+3
* drivers/rtc/class.c: initialize rtc name earlyAaro Koskinen2015-04-171-3/+3
* drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTCKrzysztof Kozlowski2015-04-171-1/+19
* rtc: driver for Conexant Digicolor CX92755 on-chip RTCBaruch Siach2015-04-173-0/+238
* drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledHeiko Stuebner2015-04-171-1/+1
* drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspendAdam Ward2015-04-171-0/+2
* drivers/rtc/rtc-da9052.c: add constraints to set valid yearAdam Ward2015-04-171-0/+8
* drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...Adam Ward2015-04-171-21/+66
* drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard2015-04-171-2/+2
* drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard2015-04-171-1/+0
* drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_configKrzysztof Kozlowski2015-04-171-1/+1
* drivers/rtc/rtc-s3c.c: delete duplicate clock controlChanwoo Choi2015-04-171-124/+39
* rtc: hctosys: do not treat lack of RTC device as errorFloris Bos2015-04-171-1/+1
* drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extensionMartin Kepplinger2015-04-171-2/+2
* drivers/rtc/rtc-em3027.c: add device tree supportPeter Robinson2015-04-171-0/+11
* rtc: stmp3xxx: use optional crystal in low power statesUwe Kleine-König2015-04-171-6/+60
* drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec2015-04-171-6/+1
* media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()Javi Merino2015-04-175-11/+3
* cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()Javi Merino2015-04-171-7/+1
* clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()Javi Merino2015-04-172-22/+7
* kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino2015-04-172-3/+1
* hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()Bartosz Golaszewski2015-04-171-5/+3
* hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski2015-04-171-18/+8
* hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski2015-04-171-14/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1514-124/+195
|\
| * parisc: remove use of seq_printf return valueJoe Perches2015-04-152-72/+68
| * s390: remove use of seq_printf return valueJoe Perches2015-04-151-5/+7
| * rtc: remove use of seq_printf return valueJoe Perches2015-04-154-28/+34
| * power: wakeup: remove use of seq_printf return valueJoe Perches2015-04-151-9/+7
| * drivers/sbus/char/envctrl.c: ignore orderly_poweroff return valueJoel Stanley2015-04-152-8/+2
| * kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-151-0/+1
| * paride: fix the "verbose" module paramDan Carpenter2015-04-151-2/+2
| * zram: fix error return codeJulia Lawall2015-04-151-0/+1
| * zram: deprecate zram attrs sysfs nodesSergey Senozhatsky2015-04-151-0/+15
| * zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky2015-04-151-0/+31
| * zram: export new 'io_stat' sysfs attrsSergey Senozhatsky2015-04-151-0/+20
| * zram: use generic start/end io accountingSergey Senozhatsky2015-04-151-0/+6
| * zram: move compact_store() to sysfs functions areaSergey Senozhatsky2015-04-151-23/+0
| * zram: remove `num_migrated' device attrSergey Senozhatsky2015-04-151-2/+0
| * zram: support compactionMinchan Kim2015-04-152-0/+26
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-04-159-95/+548
|\ \
| * | leds: Don't treat the LED name as a format stringSakari Ailus2015-03-301-1/+1