summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-17drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledHeiko Stuebner1-1/+1
2015-04-17drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspendAdam Ward1-0/+2
2015-04-17drivers/rtc/rtc-da9052.c: add constraints to set valid yearAdam Ward1-0/+8
2015-04-17drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...Adam Ward1-21/+66
2015-04-17drivers/rtc/rtc-ds1685.c: fix sparse warningsJoshua Kinard1-2/+2
2015-04-17drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driverJoshua Kinard1-1/+0
2015-04-17drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-04-17drivers/rtc/rtc-s3c.c: delete duplicate clock controlChanwoo Choi1-124/+39
2015-04-17rtc: hctosys: do not treat lack of RTC device as errorFloris Bos1-1/+1
2015-04-17drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extensionMartin Kepplinger1-2/+2
2015-04-17drivers/rtc/rtc-em3027.c: add device tree supportPeter Robinson1-0/+11
2015-04-17rtc: stmp3xxx: use optional crystal in low power statesUwe Kleine-König1-6/+60
2015-04-17drivers/rtc/rtc-pcf8563.c: simplify return from functionRobert Kmiec1-6/+1
2015-04-17media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()Javi Merino5-11/+3
2015-04-17cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()Javi Merino1-7/+1
2015-04-17clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()Javi Merino2-22/+7
2015-04-17kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino2-3/+1
2015-04-17hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()Bartosz Golaszewski1-5/+3
2015-04-17hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski1-18/+8
2015-04-17hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski1-14/+3
2015-04-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-185/+131
2015-04-17Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds8-236/+207
2015-04-17dm crypt: fix missing error code return from crypt_ctr error pathWei Yongjun1-0/+1
2015-04-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds65-2194/+3457
2015-04-17Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds4-85/+243
2015-04-16net: dsa: mv88e6xxx: Add missing initialization in mv88e6xxx_set_port_state()Geert Uytterhoeven1-1/+1
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds20-286/+866
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds37-276/+346
2015-04-16stmmac: Configure Flow Control to work correctly based on rxfifo sizeVince Bridgers4-9/+40
2015-04-16stmmac: Enable unicast pause frame detect in GMAC Register 6Vince Bridgers1-1/+4
2015-04-16stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers1-0/+4
2015-04-16stmmac: Add defines and documentation for enabling flow controlVince Bridgers1-0/+51
2015-04-16stmmac: fix oops on rmmod after assigning ip addrBryan O'Donoghue1-3/+3
2015-04-16megaraid_sas: use raw_smp_processor_id()Christoph Hellwig1-3/+6
2015-04-16sd: Fix missing ATO tag checkMartin K. Petersen1-1/+1
2015-04-16sd: Unregister integrity profileMartin K. Petersen1-0/+1
2015-04-16dsa: mv88e6xxx: Drop duplicate declaration of 'ret' variableGuenter Roeck1-2/+0
2015-04-16ethernet: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2015-04-16rocker: fix error return code in rocker_probe()Wei Yongjun1-0/+1
2015-04-16dsa: mv88e6xxx: Fix error handling in mv88e6xxx_set_port_stateGuenter Roeck1-1/+3
2015-04-16cxgb4: drop __GFP_NOFAIL allocationMichal Hocko2-4/+13
2015-04-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-124/+195
2015-04-16parisc: remove use of seq_printf return valueJoe Perches2-72/+68
2015-04-16s390: remove use of seq_printf return valueJoe Perches1-5/+7
2015-04-16rtc: remove use of seq_printf return valueJoe Perches4-28/+34
2015-04-16power: wakeup: remove use of seq_printf return valueJoe Perches1-9/+7
2015-04-16drivers/sbus/char/envctrl.c: ignore orderly_poweroff return valueJoel Stanley2-8/+2
2015-04-16kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+1
2015-04-16paride: fix the "verbose" module paramDan Carpenter1-2/+2
2015-04-16zram: fix error return codeJulia Lawall1-0/+1