Age | Commit message (Expand) | Author | Files | Lines |
2016-08-27 | pinctrl: sirf: make core support explicitly non-modular | Paul Gortmaker | 1 | -7/+5 |
2016-08-27 | pinctrl: sirf: make atlas7 explicitly non-modular | Paul Gortmaker | 1 | -4/+1 |
2016-06-29 | pinctrl: sirf: atlas7: Add missing of_node_put | Amitoj Kaur Chawla | 1 | -1/+3 |
2016-04-28 | pinctrl: sirf/atlas7: fix printk spelling | Colin Ian King | 1 | -1/+1 |
2016-02-16 | pinctrl: sirf/atlas7: stop poking around in GPIO internals | Linus Walleij | 1 | -18/+0 |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2 | -36/+26 |
2016-01-05 | pinctrl: sirf: use gpiochip data pointer | Linus Walleij | 1 | -17/+12 |
2016-01-05 | pinctrl: sirf-atlas7: use gpiochip data pointer | Linus Walleij | 1 | -17/+12 |
2015-12-22 | pinctrl: sirf: add missing of_node_put | Julia Lawall | 1 | -2/+6 |
2015-12-10 | pinctrl: atlas7: add pulse conter pin group without direction pin | Guoying Zhang | 1 | -0/+13 |
2015-12-10 | pinctrl: atlas7: adjust vip pin groups for atlas7 | Wei Chen | 1 | -4/+10 |
2015-12-10 | pinctrl: atlas7: adjust pin groups of atlas7 nanddisk | Wei Chen | 1 | -61/+27 |
2015-12-10 | pinctrl: altas7: add sd9 function mux support | Yonghui Zhang | 1 | -8/+36 |
2015-12-10 | pinctrl: atlas7: add cs line for atlas7 nand | Wei Chen | 1 | -0/+29 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 2 | -2/+2 |
2015-10-16 | pinctrl: atlas7: support atlas7 step B changes | Wei Chen | 1 | -288/+1540 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2 | -4/+4 |
2015-08-13 | pinctrl: atlas7: clear ugly branch statements for pull and drivestrength | Wei Chen | 1 | -99/+94 |
2015-07-28 | pinctrl: sirf: add power management support for atlas7 | Wei Chen | 1 | -67/+325 |
2015-07-17 | pinctrl/sirf: Prepare xxx_gpio-handle_irq for irq argument removal | Thomas Gleixner | 2 | -3/+5 |
2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
2015-07-16 | pinctrl: sirf: Drop owner assignment from platform_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 2 | -4/+4 |
2015-06-04 | pinctrl: Remove .owner field | Fabio Estevam | 1 | -2/+0 |
2015-05-19 | pinctrl: sirf: add sirf atlas7 pinctrl and gpio support | Wei Chen | 2 | -0/+4640 |
2015-04-09 | pinctrl: sirf: move sgpio lock into state container | Linus Walleij | 1 | -12/+12 |
2015-03-09 | pinctrl: sirf: fix typo in kernel warning on a bad interrupt | Colin Ian King | 1 | -1/+1 |
2015-01-14 | pinctrl: sirf: drop marco support | Barry Song | 2 | -39/+13 |
2014-10-20 | pinctrl: sirf: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -2/+1 |
2014-09-23 | pinctrl: remove remaining users of gpiochip_remove() retval | Linus Walleij | 1 | -2/+1 |
2014-09-04 | pinctrl: prima2: add I2S 2ch, 6ch, nodin, mclk groups | Rongjun Ying | 1 | -6/+82 |
2014-09-04 | pinctrl: sirf: Remove gpiochip on failure cases | Pramod Gurav | 1 | -1/+1 |
2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 1 | -3/+4 |
2014-08-29 | pinctrl: atlas6: Add I2S external clock input pingroup | Rongjun Ying | 1 | -0/+21 |
2014-08-29 | pinctrl: atlas6: take mclk pin out of i2s pingroup | Rongjun Ying | 1 | -17/+24 |
2014-08-29 | pinctrl: sirf: fix lots of "line over 80 characters" | Bin Shi | 3 | -81/+128 |
2014-08-29 | pinctrl: sirf: fix "quoted string split across lines" | Bin Shi | 1 | -3/+3 |
2014-07-11 | pinctrl: avoid duplicated calling enable_pinmux_setting for a pin | Fan Wu | 1 | -10/+0 |
2014-05-30 | pinctrl: sirf: fix a bad conflict resolution | Linus Walleij | 1 | -1/+1 |
2014-05-28 | pinctrl: sirf: switch to using allocated state container | Linus Walleij | 1 | -93/+121 |
2014-05-27 | pinctrl: sirf: fix typo for GPIO bank number | Barry Song | 1 | -2/+2 |
2014-04-24 | pinctrl: sirf: switch driver to use gpiolib irqchip helpers | Linus Walleij | 1 | -63/+26 |
2014-04-24 | pinctrl: sirf: wrap all gpio banks into one gpio_chip | Barry Song | 1 | -126/+91 |
2014-04-24 | pinctrl: sirf: rename inlined accessor | Linus Walleij | 1 | -7/+7 |
2014-04-04 | Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -7/+7 |
2014-04-02 | Merge tag 'pinctrl-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -3/+49 |
2014-03-18 | gpio: switch drivers to use new callback | Linus Walleij | 1 | -7/+7 |
2014-03-05 | pinctrl: sirf: fix kernel panic in gpio_lock_as_irq | Barry Song | 1 | -2/+2 |
2014-02-25 | pinctrl: sirf: update copyright years to 2014 | Barry Song | 3 | -3/+6 |