summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-133-30/+61
|\
| * 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-132-0/+17
* | Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-11-1381-1006/+1984
|\ \
| * | 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-122-0/+87
| * | 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-123-10/+54
| * | gpiolib: add support for pull up/down to lineevent_createKent Gibson2019-11-121-0/+4
| * | gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini2019-11-122-0/+22
| * | gpio: rcar: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
| * | gpio: em: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
| * | gpio: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen2019-11-121-0/+1
| * | Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski2019-11-1271-807/+1506
| |\ \
| | * | net: caif: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-091-2/+2
| | * | mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven2019-11-091-14/+3
| | * | media: c8sectpfe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-091-23/+3
| | * | of: property: Add device link support for iommus, mboxes and io-channelsSaravana Kannan2019-11-071-0/+6
| | * | of: property: Make it easy to add device links from DT propertiesSaravana Kannan2019-11-071-15/+47
| | * | of: property: Minor style clean up of of_link_to_phandle()Saravana Kannan2019-11-071-2/+8
| | * | gpio: tegra186: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-051-3/+1
| | * | gpio: mvebu: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-051-12/+7
| | * | drivers: provide devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-053-0/+24
| | * | misc: sram: use devm_platform_ioremap_resource_wc()Bartosz Golaszewski2019-11-051-20/+8
| | * | drivers: platform: provide devm_platform_ioremap_resource_wc()Bartosz Golaszewski2019-11-053-1/+22
| | * | lib: devres: provide devm_ioremap_resource_wc()Bartosz Golaszewski2019-11-053-0/+18
| | * | lib: devres: prepare devm_ioremap_resource() for more variantsBartosz Golaszewski2019-11-051-20/+27
| | * | Documentation: devres: add missing entry for devm_platform_ioremap_resource()Bartosz Golaszewski2019-11-051-0/+1
| | * | IB: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-042-55/+16
| | * | firmware loader: log path to loaded firmwaresDrew DeVault2019-11-031-0/+1
| | * | mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven2019-11-031-1/+1
| | * | mmc: dw_mmc: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-031-4/+4
| | * | mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven2019-11-031-1/+1
| | * | mmc: atmel-mci: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-031-4/+4
| | * | debugfs: Add debugfs_create_xul() for hexadecimal unsigned longGeert Uytterhoeven2019-11-032-1/+25
| | * | Documentation: debugfs: Document debugfs helper for unsigned long valuesGeert Uytterhoeven2019-11-031-2/+8
| | * | debugfs: remove return value of debugfs_create_atomic_t()Greg Kroah-Hartman2019-11-033-14/+12
| | * | debugfs: remove return value of debugfs_create_x8()Greg Kroah-Hartman2019-11-023-13/+9
| | * | powerpc: pseries: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-023-55/+10
| | * | of: property: Skip adding device links to suppliers that aren't devicesSaravana Kannan2019-11-021-1/+3
| | * | of: property: Make sure child dependencies don't block probing of parentSaravana Kannan2019-11-021-5/+12
| | * | driver core: Allow fwnode_operations.add_links to differentiate errorsSaravana Kannan2019-11-022-8/+17