summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-224-29/+0
|\
| * lkdtm: remove set_fs-based testsChristoph Hellwig2020-09-084-29/+0
* | Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2020-10-2114-48/+320
|\ \
| * | watchdog: Add Toshiba Visconti watchdog driverNobuhiro Iwamatsu2020-10-143-0/+204
| * | watchdog: it87_wdt: add IT8784 IDHanspeter Portner2020-10-141-1/+3
| * | watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabledGuenter Roeck2020-10-141-0/+18
| * | watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3Guenter Roeck2020-10-141-1/+1
| * | watchdog: renesas_wdt: support handover from bootloaderWolfram Sang2020-10-141-2/+10
| * | watchdog: imx7ulp: Watchdog should continue running for wait/stop modeAnson Huang2020-10-141-1/+4
| * | watchdog: rti: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-10/+4
| * | watchdog: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-6/+3
| * | watchdog: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-6/+3
| * | watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei2020-10-141-2/+0
| * | watchdog: Use put_device on errorDinghao Liu2020-10-141-1/+1
| * | watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu2020-10-141-1/+3
| * | watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang2020-10-141-13/+61
| * | watchdog: it87_wdt: add IT8772 IDHanspeter Portner2020-10-141-1/+3
| * | watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET2020-10-141-1/+1
| * | drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik2020-10-141-3/+2
* | | Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2020-10-2117-366/+1315
|\ \ \
| * | | rtc: r9701: set rangeAlexandre Belloni2020-10-191-5/+3
| * | | rtc: r9701: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-10-191-3/+3
| * | | rtc: r9701: stop setting RWKCNTAlexandre Belloni2020-10-191-1/+0
| * | | rtc: r9701: remove useless memsetAlexandre Belloni2020-10-191-2/+0
| * | | rtc: r9701: stop setting a default timeAlexandre Belloni2020-10-191-22/+0
| * | | rtc: r9701: remove leftover commentAlexandre Belloni2020-10-191-4/+0
| * | | rtc: rv3032: Add a driver for Microcrystal RV-3032Alexandre Belloni2020-10-193-0/+936
| * | | rtc: rv3028: ensure ram configuration registers are savedAlexandre Belloni2020-10-151-9/+67
| * | | rtc: rv3028: factorize EERD bit handlingAlexandre Belloni2020-10-151-59/+59
| * | | rtc: rv3028: fix trickle resistor valuesAlexandre Belloni2020-10-151-1/+1
| * | | rtc: rv3028: fix clock output supportAlexandre Belloni2020-10-151-10/+9
| * | | rtc: mt6397: Remove unused member devFei Shao2020-10-151-1/+2
| * | | rtc: rv8803: simplify the return expression of rv8803_nvram_writeLiu Shixin2020-09-291-7/+1
| * | | rtc: meson: simplify the return expression of meson_vrtc_probeLiu Shixin2020-09-291-6/+1
| * | | rtc: rx8010: rename rx8010_init_client() to rx8010_init()Bartosz Golaszewski2020-09-291-2/+2
| * | | rtc: ds1307: enable rx8130's backup battery, make it chargeable optionallyBastian Krause2020-09-241-0/+15
| * | | rtc: ds1307: consider aux-voltage-chargeableBastian Krause2020-09-241-2/+21
| * | | rtc: ds1307: store previous charge default per chipBastian Krause2020-09-241-1/+8
| * | | rtc: ds1307: introduce requires_trickle_resistor per chipBastian Krause2020-09-241-1/+7
| * | | rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionallyBastian Krause2020-09-241-1/+2
| * | | rtc: pcf2127: fix a bug when not specify interrupts propertyBiwen Li2020-09-151-2/+2
| * | | rtc: ds1685: Fix bank switching to avoid endless loopThomas Bogendoerfer2020-09-151-4/+4
| * | | rtc: st-lpc: Constify st_rtc_opsRikard Falkeborn2020-09-151-1/+1
| * | | rtc: rx8010: use range checking provided by core RTC codeBartosz Golaszewski2020-09-151-3/+2
| * | | rtc: rx8010: convert to using regmapBartosz Golaszewski2020-09-151-119/+79
| * | | rtc: rx8010: switch to using the preferred i2c APIBartosz Golaszewski2020-09-151-3/+2
| * | | rtc: rx8010: switch to using the preferred RTC APIBartosz Golaszewski2020-09-151-11/+7
| * | | rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val)Bartosz Golaszewski2020-09-151-1/+1
| * | | rtc: rx8010: use a helper variable for client->dev in probe()Bartosz Golaszewski2020-09-151-8/+7
| * | | rtc: rx8010: drop unnecessary initializationBartosz Golaszewski2020-09-151-1/+1