summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-12-0214-166/+206
|\
| * watchdog: jz4740: Drop dependency on MACH_JZ47xxPaul Cercueil2019-11-181-1/+1
| * watchdog: jz4740: Use regmap provided by TCU driverPaul Cercueil2019-11-182-15/+21
| * watchdog: jz4740: Use WDT clock provided by TCU driverPaul Cercueil2019-11-182-45/+31
| * watchdog: sama5d4_wdt: cleanup the bit definitionsEugen Hristev2019-11-181-15/+19
| * watchdog: sprd: Fix the incorrect pointer getting from driver dataShuiqing Li2019-11-181-4/+2
| * watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley2019-11-181-6/+10
| * watchdog: imx7ulp: Fix reboot hangFabio Estevam2019-11-181-0/+16
| * watchdog: make nowayout sysfs file writableRasmus Villemoes2019-11-181-1/+20
| * watchdog: prevent deferral of watchdogd wakeup on RTJulia Cartwright2019-11-181-4/+6
| * watchdog: imx7ulp: Use definitions instead of magic valuesFabio Estevam2019-11-181-1/+4
| * watchdog: imx7ulp: Remove inline annotationsFabio Estevam2019-11-181-3/+3
| * watchdog: imx7ulp: Remove unused structure memberFabio Estevam2019-11-181-1/+0
| * watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()Fabio Estevam2019-11-181-10/+9
| * watchdog: wdat_wdt: Spelling s/configrable/configurable/Geert Uytterhoeven2019-11-181-1/+1
| * watchdog: bd70528: Trivial function documentation fixMatti Vaittinen2019-11-181-2/+2
| * watchdog: cadence: Do not show error in case of deferred probeMichal Simek2019-11-181-2/+4
| * watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao2019-11-181-38/+32
| * watchdog: sbc7240_wdt: Fix yet another -Wimplicit-fallthrough warningBorislav Petkov2019-11-181-2/+1
| * watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT supportAndy Shevchenko2019-11-181-0/+1
| * watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedlyAnson Huang2019-11-181-11/+12
| * watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2019-11-181-4/+2
| * watchdog: imx2_wdt: Remove unnecessary blank lineAnson Huang2019-11-181-1/+0
| * watchdog: w83627hf_wdt: Support NCT6116DSrikanth Krishnakar2019-11-182-1/+11
* | Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-12-0278-585/+1674
|\ \
| * | gpio: Add TODO item for regmap helperLinus Walleij2019-11-221-0/+4
| * | gpio: of: Fix bogus reference to gpiod_get_count()Geert Uytterhoeven2019-11-221-1/+1
| * | gpiolib: Grammar s/manager/managed/Geert Uytterhoeven2019-11-221-1/+1
| * | gpio: lynxpoint: Setup correct IRQ handlersAndy Shevchenko2019-11-211-0/+6
| * | gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKHans de Goede2019-11-211-2/+3
| * | gpio/mpc8xxx: fix qoriq GPIO readingRussell King2019-11-211-0/+3
| * | gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean2019-11-211-1/+2
| * | gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsHans de Goede2019-11-151-3/+9
| * | gpiolib: fix coding style in gpiod_hog()Bartosz Golaszewski2019-11-131-3/+3
| * | Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2019-11-132-30/+56
| |\ \
| | * | gpio: merrifield: Pass irqchip when adding gpiochipAndy Shevchenko2019-11-131-13/+19
| | * | gpio: merrifield: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko2019-11-131-17/+25
| | * | gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko2019-11-131-0/+12
| * | | Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-11-1328-678/+1159
| |\ \ \
| | * | | gpio: mmio: remove untrue leftover commentMatti Vaittinen2019-11-131-1/+0
| | * | | gpio: em: Use platform_get_irq() to obtain interruptsGeert Uytterhoeven2019-11-131-12/+9
| | * | | gpio: tegra186: Add debounce supportThierry Reding2019-11-121-0/+38
| | * | | gpio: tegra186: Program interrupt route mappingThierry Reding2019-11-121-0/+46
| | * | | gpio: tegra186: Derive register offsets from bank/portThierry Reding2019-11-121-95/+100
| | * | | gpio: add new SET_CONFIG ioctl() to gpio chardevKent Gibson2019-11-121-0/+69
| | * | | gpiolib: move validation of line handle flags into helper functionKent Gibson2019-11-121-42/+51
| | * | | gpio: mockup: add set_config to support pull up/downKent Gibson2019-11-121-34/+60
| | * | | gpiolib: add support for biasing output linesKent Gibson2019-11-121-2/+6
| | * | | gpiolib: add support for disabling line biasKent Gibson2019-11-122-10/+52
| | * | | gpiolib: add support for pull up/down to lineevent_createKent Gibson2019-11-121-0/+4