- 448cf90 gpio: Get rid of duplicate of_node assignment in the drivers by Andy Shevchenko · 3 years, 1 month ago
- 85b7d8a gpio: mvebu: add pwm support for Armada 8K/7K by Baruch Siach · 4 years ago
- 0b68d02b gpio: mvebu: improve handling of pwm zero on/off values by Baruch Siach · 4 years ago
- 2bee255 gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAX by Baruch Siach · 4 years ago
- de1eaf6 gpio: mvebu: make pwm .get_state closer to idempotent by Baruch Siach · 4 years ago
- aa37e27 gpio: mvebu: improve pwm period calculation accuracy by Baruch Siach · 4 years ago
- e73b010 gpio: mvebu: fix pwm .get_state period calculation by Baruch Siach · 4 years ago
- a409ed1 Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 1 month ago
- 48f32a8 gpio: mvebu: switch pwm duration registers to regmap by Baruch Siach · 4 years, 1 month ago
- 64b19f6 gpio: mvebu: update Armada XP per-CPU comment by Baruch Siach · 4 years, 1 month ago
- 7ee1a01e gpio: mvebu: fix potential user-after-free on probe by Baruch Siach · 4 years, 1 month ago
- 86661fd gpio: mvebu: Make use of for_each_requested_gpio() by Andy Shevchenko · 4 years, 7 months ago
- 19c26d9 gpio: mvebu: Fix probing for chips without PWM by Sascha Hauer · 4 years, 9 months ago
- 525b085 gpio: mvebu: avoid error message for optional IRQ by Chris Packham · 4 years, 10 months ago
- d5331ec gpio: mvebu: clear irq in edge cause register before unmask edge irq by Maxim Kiselev · 5 years ago
- 0c21639 gpio: mvebu: use platform_irq_count by Peng Fan · 5 years ago
- a6e1919 Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-next by Bartosz Golaszewski · 5 years ago
- e42615e gpio: Use new GPIO_LINE_DIRECTION by Matti Vaittinen · 5 years ago
- f51b18d gpio: mvebu: use devm_platform_ioremap_resource_byname() by Bartosz Golaszewski · 5 years ago
- 71523d1 pwm: Ensure pwm_apply_state() doesn't modify the state argument by Uwe Kleine-König · 5 years ago
- 5923ea6 gpio: pass lookup and descriptor flags to request_own by Linus Walleij · 6 years ago
- dc02a0c drivers: gpio: mvebu: use devm_platform_ioremap_resource() by Enrico Weigelt, metux IT consult · 6 years ago
- e8dacf5 gpio: mvebu: implement get_direction by Baruch Siach · 6 years ago
- 24dc836 Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
- c8da642 gpio: mvebu: only fail on missing clk if pwm is actually to be used by Uwe Kleine-König · 6 years ago
- 21abf10 gpio: Pass a flag to gpiochip_request_own_desc() by Linus Walleij · 6 years ago
- ba78d83 gpio: mvebu: Use the proper APIs by Linus Walleij · 7 years ago
- 3f13b6a gpio: mvebu: Fix cause computation in irq handler by Gregory CLEMENT · 8 years ago
- c7d28ec Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
- 6c7515c gpio: mvebu: change compatible string for PWM support by Ralph Sennhauser · 8 years ago
- b6730b2 gpio: mvebu: Add support for the Armada 7K/8K SoCs by Gregory CLEMENT · 8 years ago
- 43a2dce gpio: mvebu: fix regmap_update_bits usage by Gregory CLEMENT · 8 years ago
- fc7a906 gpio: mvebu: fix gpio bank registration when pwm is used by Richard Genoud · 8 years ago
- c528eb2 gpio: mvebu: fix blink counter register selection by Richard Genoud · 8 years ago
- 2233bf7 gpio: mvebu: switch to regmap for register access by Thomas Petazzoni · 8 years ago
- 6ec015d gpio: mvebu: sort header include by Gregory CLEMENT · 8 years ago
- 757642f gpio: mvebu: Add limited PWM support by Andrew Lunn · 8 years ago
- d2cabc4 gpio: mvebu: use BIT macro instead of bit shifting by Ralph Sennhauser · 8 years ago
- f07708c gpio: mvebu: let the compiler inline by Ralph Sennhauser · 8 years ago
- f4c240c gpio: mvebu: extra whitespace fixes by Ralph Sennhauser · 8 years ago
- 163ad36 gpio: mvebu: checkpatch: whitespace fixes by Ralph Sennhauser · 8 years ago
- d276de7 gpio: mvebu: checkpatch: unsigned int fixes by Ralph Sennhauser · 8 years ago
- 899c37e gpio: mvebu: start multiline block comments with blank line by Ralph Sennhauser · 8 years ago
- 7077f4c gpio: mvebu: checkpatch: block comment fixes by Ralph Sennhauser · 8 years ago
- f0d5046 gpio: mvebu: fix warning when building on 64-bit by Russell King · 8 years ago
- 812d478 gpio/mvebu: Use irq_domain_add_linear by Jason Gunthorpe · 8 years ago
- ed329f3 gpio: mvebu: make explicitly non-modular by Paul Gortmaker · 9 years ago
- 00b9ab4 gpio: mvebu: Use devm_gpiochip_add_data() for gpio registration by Laxman Dewangan · 9 years ago
- bbe7600 gpio: mvebu: use gpiochip data pointer by Linus Walleij · 9 years ago
- 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
- 203f0da gpio: replace trivial implementations of request/free with generic one by Jonas Gorski · 9 years ago
- bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
- 364ea44b gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removal by Thomas Gleixner · 10 years ago
- 476f8b4 gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
- d68cd06ce4 gpio/mvebu: Consolidate chained IRQ handler install/remove by Thomas Gleixner · 10 years ago
- 6181954 gpio: mvebu: Fix mask/unmask managment per irq chip type by Gregory CLEMENT · 10 years ago
- f1d2d08 gpio: mvebu: Fix probe cleanup on error by Andrew Lunn · 10 years ago
- a4319a6 gpio: mvebu: checkpatch fixes by Andrew Lunn · 10 years ago
- e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
- b5b7b48 gpio: mvebu: add suspend/resume support by Thomas Petazzoni · 10 years ago
- 4a3a950 gpio: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- dd64003 gpio: mvebu: Remove initcall-based driver initialization by Ezequiel Garcia · 11 years ago
- 271b17b gpio: mvebu: Make of_device_id array const by Jingoo Han · 11 years ago
- 6c8365f gpio: mvebu: remove unnecessary OOM messages by Jingoo Han · 11 years ago
- 01ca59f gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibility by Thomas Petazzoni · 11 years ago
- 3509c6f gpio: mvebu: Do not hard code error code by Sachin Kamat · 11 years ago
- bdc54ef Merge tag 'v3.13-rc3' into devel by Linus Walleij · 11 years ago
- 9fb1f39 gpio/pinctrl: make gpio_chip members typed boolean by Linus Walleij · 11 years ago
- d535922 gpio: mvebu: make mvchip->irqbase signed for error handling by Dan Carpenter · 11 years ago
- 08a67a5 drivers/gpio: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
- fb90c22 gpio: mvebu: Use irq_get_trigger_type() to get IRQ flags by Javier Martinez Canillas · 12 years ago
- 8cfc2a1 drivers/gpio: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
- 30c67e9 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
- a4ba5e1 gpio: mvebu: add dbg_show function by Simon Guinot · 12 years ago
- f4dcd2d9 gpio: gpio-mvebu.c: fix checkpatch errors by Laurent Navet · 12 years ago
- de88747 gpio: mvebu: Add clk support to prevent lockup by Andrew Lunn · 12 years ago
- 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
- 641d034 gpio: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
- 11c0cee gpio: mvebu: Don't free chip label memory by Thierry Reding · 12 years ago
- bc1008c gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG by Gregory CLEMENT · 12 years ago
- cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
- b0885d0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
- aeca8ad gpio: remove use of __devinitdata by Bill Pemberton · 12 years ago
- 3836309 gpio: remove use of __devinit by Bill Pemberton · 12 years ago
- e913376 mvebu-gpio: Disable blinking when enabling a GPIO for output by Jamie Lentin · 12 years ago
- 3764bdde gpio: mvebu: Set free callback for gpio_chip by Axel Lin · 12 years ago
- bc90942 Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
- 8fcff5f GPIO: mvebu-gpio: Don't initialize the mask_cache by Andrew Lunn · 12 years ago
- ce931f5 gpio/mvebu: convert to use irq_domain_add_simple() by Linus Walleij · 12 years ago
- c57d75c gpio: mvebu: correctly set the value in direction_output() by Thomas Petazzoni · 12 years ago
- 7cf8c9f gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_type by Axel Lin · 12 years ago
- fefe7b0 gpio: introduce gpio-mvebu driver for Marvell SoCs by Thomas Petazzoni · 12 years ago