Age | Commit message (Expand) | Author | Files | Lines |
2013-03-15 | sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction() | Laurent Pinchart | 1 | -39/+32 |
2013-03-15 | sh-pfc: Implement generic pinconf support | Laurent Pinchart | 3 | -30/+110 |
2013-03-15 | sh-pfc: Use proper error codes | Laurent Pinchart | 3 | -31/+25 |
2013-03-15 | sh-pfc: Constify all SoC data | Laurent Pinchart | 21 | -123/+125 |
2013-03-15 | sh-pfc: Remove configuration dry-run and free | Laurent Pinchart | 5 | -108/+12 |
2013-03-15 | sh-pfc: Don't modify sh_pfc_pin SoC data | Laurent Pinchart | 5 | -61/+68 |
2013-03-15 | sh-pfc: Don't modify pinmux_data_reg SoC data | Laurent Pinchart | 2 | -19/+41 |
2013-03-15 | sh-pfc: Drop unused support for 1:1 physical to virtual memory mappings | Laurent Pinchart | 1 | -9/+6 |
2013-03-15 | sh-pfc: Don't map data registers individually | Laurent Pinchart | 4 | -53/+82 |
2013-03-15 | sh-pfc: Move GPIO registers access functions to gpio.c | Laurent Pinchart | 3 | -116/+97 |
2013-03-15 | sh-pfc: Fix return value check in sh_pfc_register_pinctrl() | Wei Yongjun | 1 | -2/+2 |
2013-03-15 | sh-pfc: Expose real groups and functions in pinctrl/pinmux operations | Laurent Pinchart | 2 | -56/+93 |
2013-03-15 | ARM: shmobile: sh73a0: Support sparse GPIO numbers | Guennadi Liakhovetski | 1 | -33/+42 |
2013-03-15 | sh-pfc: Add support for sparse pin numbers | Laurent Pinchart | 5 | -27/+91 |
2013-03-15 | sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range() | Laurent Pinchart | 2 | -9/+6 |
2013-03-15 | sh-pfc: Add function to retrieve a pin instance from its pin number | Laurent Pinchart | 4 | -12/+22 |
2013-03-15 | sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic | Laurent Pinchart | 3 | -32/+22 |
2013-03-15 | sh-pfc: Use pinmux identifiers in the pin muxing API | Laurent Pinchart | 4 | -41/+21 |
2013-03-15 | sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions | Laurent Pinchart | 3 | -50/+32 |
2013-03-15 | sh-pfc: Look up IRQ table entries by GPIO number | Laurent Pinchart | 7 | -119/+108 |
2013-03-15 | sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin | Laurent Pinchart | 19 | -23/+22 |
2013-03-15 | sh-pfc: Split pins and functions into separate gpio_chip instances | Laurent Pinchart | 3 | -100/+132 |
2013-03-15 | sh-pfc: Split pins and functions definition tables | Laurent Pinchart | 20 | -106/+193 |
2013-03-15 | sh-pfc: Don't needlessly check GPIO type in sh_gpio_free() | Laurent Pinchart | 1 | -4/+1 |
2013-03-15 | sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only | Laurent Pinchart | 4 | -28/+59 |
2013-03-15 | sh-pfc: Make struct pinmux_gpio enum_id field const | Laurent Pinchart | 1 | -1/+1 |
2013-03-15 | sh-pfc: Initialize pinmux_gpio flags statically | Laurent Pinchart | 2 | -20/+15 |
2013-03-15 | sh-pfc: Remove unused sh_pfc_soc_info reserved_id field | Laurent Pinchart | 17 | -17/+0 |
2013-03-15 | sh-pfc: Replace SoC info data and mark ranges with a number of pins | Laurent Pinchart | 18 | -44/+36 |
2013-03-15 | sh-pfc: Replace first_gpio and last_gpio with nr_gpios | Laurent Pinchart | 20 | -68/+43 |
2013-03-15 | sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible | Laurent Pinchart | 11 | -2410/+2409 |
2013-03-15 | sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios() | Laurent Pinchart | 1 | -5/+0 |
2013-03-15 | sh-pfc: Drop the sh_pfc_pinctrl spinlock | Laurent Pinchart | 1 | -13/+0 |
2013-03-15 | sh-pfc: Fix a typo and simplify a definition on sh73a0 | Guennadi Liakhovetski | 1 | -6/+2 |
2013-03-15 | sh-pfc: Don't define the per-device pinctrl struct instances as global | Laurent Pinchart | 1 | -22/+18 |
2013-03-15 | sh-pfc: Declare operation structures as const | Laurent Pinchart | 1 | -3/+3 |
2013-03-15 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/... | Simon Horman | 4 | -6/+5 |
2013-03-13 | pinctrl: generic: Fix compilation error | Sachin Kamat | 1 | -1/+1 |
2013-03-13 | pinctrl: Print the correct information in debugfs pinconf-state file | Laurent Pinchart | 1 | -1/+1 |
2013-03-13 | pinctrl: abx500: Fix checking if pin use AlternateFunction register | Axel Lin | 1 | -1/+1 |
2013-03-07 | pinctrl: sunxi: Add Allwinner A13 pin functions | Maxime Ripard | 1 | -70/+169 |
2013-03-07 | pinctrl: sunxi: Add Allwinner A10 pin functions | Maxime Ripard | 1 | -162/+571 |
2013-03-07 | pinctrl: single: Fix build error | Axel Lin | 1 | -3/+3 |
2013-03-07 | pinctrl: single: support generic pinconf | Haojian Zhuang | 2 | -7/+402 |
2013-03-07 | pinctrl: single: set function mask as optional | Haojian Zhuang | 1 | -4/+22 |
2013-03-07 | pinctrl: generic: dump pin configuration | Haojian Zhuang | 2 | -0/+22 |
2013-03-07 | pinctrl: single: create new gpio function range | Haojian Zhuang | 1 | -2/+71 |
2013-03-07 | gpio: pl061: bind pinctrl by gpio request | Haojian Zhuang | 1 | -0/+13 |
2013-03-07 | pinctrl: check pinctrl ready for gpio range | Haojian Zhuang | 1 | -0/+36 |
2013-03-07 | gpio: pl061: support irqdomain | Haojian Zhuang | 1 | -39/+65 |