index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-at91.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: at91: make it work with current gpiolib
Thomas Blocher
2024-08-23
1
-1
/
+4
*
pinctrl: at91: Use scope based of_node_put() cleanups
Peng Fan
2024-06-26
1
-10
/
+4
*
pinctrl: Use device_get_match_data()
Rob Herring
2023-10-30
1
-6
/
+5
*
pinctrl: at91: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper
Andy Shevchenko
2023-08-21
1
-6
/
+4
*
pinctrl: at91: fix a couple NULL vs IS_ERR() checks
Dan Carpenter
2023-05-24
1
-4
/
+4
*
pinctrl: at91: Remove pioc_index from struct at91_gpio_chip
Mark Brown
2023-03-13
1
-3
/
+0
*
pinctrl: at91: Make the irqchip immutable
Mark Brown
2023-03-13
1
-1
/
+24
*
pinctrl: at91: Utilise temporary variable for struct device
Andy Shevchenko
2023-03-06
1
-34
/
+26
*
pinctrl: at91: Use dev_err_probe() instead of custom messaging
Andy Shevchenko
2023-03-06
1
-43
/
+21
*
pinctrl: at91: Use of_device_get_match_data()
Andy Shevchenko
2023-03-06
1
-4
/
+2
*
pinctrl: at91: Don't mix non-devm calls with devm ones
Andy Shevchenko
2023-03-06
1
-10
/
+2
*
pinctrl: at91: use devm_kasprintf() to avoid potential leaks (part 2)
Andy Shevchenko
2023-03-06
1
-6
/
+17
*
pinctrl: at91: use devm_kasprintf() to avoid potential leaks
Claudiu Beznea
2023-02-06
1
-1
/
+1
*
pinctrl: at91: fix deferred probing support
Rob Herring
2023-01-27
1
-23
/
+13
*
pinctrl: at91: Tag suspend/resume __maybe_unused
Linus Walleij
2023-01-27
1
-2
/
+2
*
pinctrl: at91: convert to NOIRQ_SYSTEM_SLEEP_PM_OPS
Arnd Bergmann
2022-12-29
1
-1
/
+1
*
pinctrl: at91: Add missing header(s)
Andy Shevchenko
2022-10-24
1
-7
/
+9
*
pinctrl: at91: use dev_dbg() instead of printk()
Claudiu Beznea
2022-09-03
1
-2
/
+2
*
pinctrl: at91: move gpio suspend/resume calls to driver's context
Claudiu Beznea
2022-09-03
1
-43
/
+36
*
pinctrl: at91: use kernel-doc style for documentation of at91_gpio_chip
Claudiu Beznea
2022-09-03
1
-7
/
+19
*
pinctrl: at91: Fix typo 'the the' in comment
Slark Xiao
2022-07-26
1
-1
/
+1
*
pinctrl: at91: remove #ifdef CONFIG_PM
Claudiu Beznea
2022-07-18
1
-7
/
+1
*
pinctrl: Get rid of duplicate of_node assignment in the drivers
Andy Shevchenko
2021-12-16
1
-1
/
+0
*
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-12
1
-4
/
+2
*
pinctrl: at91: Constify struct at91_pinctrl_mux_ops
Rikard Falkeborn
2021-05-25
1
-7
/
+7
*
ARM: at91: pm: Move prototypes to mutually included header
Lee Jones
2021-03-26
1
-0
/
+2
*
pinctrl: remove empty lines in pinctrl subsystem
Zhaoyu Liu
2021-01-05
1
-1
/
+0
*
pinctrl: at91: convert comma to semicolon
Zheng Yongjun
2021-01-04
1
-1
/
+1
*
pinctrl: pinctrl-at91: Demote non-kerneldoc header and complete another
Lee Jones
2020-07-16
1
-1
/
+5
*
pinctrl: at91: Make use of for_each_requested_gpio()
Andy Shevchenko
2020-06-20
1
-5
/
+2
*
pinctrl: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2020-02-21
1
-1
/
+4
*
pinctrl: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-11-05
1
-3
/
+1
*
pinctrl: at91: Enable slewrate by default on SAM9X60
Codrin Ciubotariu
2019-11-03
1
-2
/
+2
*
pinctrl: at91: Pass irqchip when adding gpiochip
Linus Walleij
2019-10-16
1
-25
/
+22
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 434
Thomas Gleixner
2019-06-05
1
-2
/
+1
*
pinctrl: at91: add slewrate support for SAM9X60
Claudiu Beznea
2019-02-08
1
-0
/
+48
*
pinctrl: at91: add compatibles for SAM9X60 pin controller
Claudiu Beznea
2019-02-08
1
-0
/
+2
*
pinctrl: at91: add drive strength support for SAM9X60
Claudiu Beznea
2019-02-08
1
-0
/
+52
*
pinctrl: at91: add option to use drive strength bits
Claudiu Beznea
2019-02-08
1
-12
/
+20
*
pinctrl: Include <linux/gpio/driver.h> nothing else
Linus Walleij
2018-09-14
1
-2
/
+2
*
pinctrl: at91: don't use the same irqchip with multiple gpiochips
Ludovic Desroches
2018-09-14
1
-14
/
+14
*
pinctrl: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-08-29
1
-4
/
+4
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-12
/
+22
*
pinctrl: at91: Delete an error message for a failed memory allocation in at91...
Markus Elfring
2018-01-03
1
-3
/
+1
*
gpio: Move irqdomain into struct gpio_irq_chip
Thierry Reding
2017-11-08
1
-1
/
+1
*
pinctrl: at91: add support for OUTPUT config
Boris BREZILLON
2016-10-31
1
-0
/
+21
*
pinctrl/at91: Don't provide a default trigger type
Marc Zyngier
2016-09-12
1
-1
/
+1
*
pinctrl: fix incorrect inline keyword in multiple drivers
Arnd Bergmann
2016-06-15
1
-1
/
+1
*
pinctrl: at91: make it explicitly non-modular
Paul Gortmaker
2016-06-13
1
-11
/
+0
*
pinctrl: at91: Merge clk_prepare and clk_enable into clk_prepare_enable
Alexander Stein
2016-05-02
1
-10
/
+3
[next]