aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-nomadik.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-11pinctrl: nomadik: move all Nomadik drivers to subdirLinus Walleij1-2099/+0
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-16/+0
2014-04-14pinctrl: nomadik: delete stray debug printLinus Walleij1-1/+0
2014-04-03Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-110/+49
2014-03-26pinctrl: nomadik: convert driver to use gpiolib irqchipLinus Walleij1-90/+33
2014-03-25pinctrl: nomadik: factor in platform data containerLinus Walleij1-30/+9
2014-03-25pinctrl: nomadik: rename secondary to latentLinus Walleij1-14/+14
2014-03-18gpio: switch drivers to use new callbackLinus Walleij1-4/+21
2014-02-25pinctrl: nomadik: Convert to modern pm_opsUlf Hansson1-8/+9
2014-02-25pinctrl: nomadik: Silence compiler warn for !CONFIG_PMUlf Hansson1-1/+3
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-59/+237
2014-01-21Merge tag 'pinctrl-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-3/+3
2014-01-03Merge tag 'renesas-dt3-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dtOlof Johansson1-3/+3
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-11-26pinctrl: nomadik: decomission non-DT boot pathLinus Walleij1-58/+22
2013-11-26pinctrl: nomadik: move platform data handling into driverLinus Walleij1-1/+215
2013-11-25pinctrl: nomadik: always display IRQ in debugfsLinus Walleij1-3/+3
2013-10-16pinctrl: nomadik: mark GPIO lines used for IRQLinus Walleij1-0/+5
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-58/+67
2013-08-15pinctrl: nomadik: simplify use of devm_ioremap_resourceJulia Lawall1-4/+1
2013-08-15pinctrl: nomadik: shut up a warning for flagsLinus Walleij1-1/+1
2013-08-07pinctrl: nomadik: delete ancient pin control APILinus Walleij1-295/+0
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-3/+3
2013-06-20Merge tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/dtArnd Bergmann1-1/+1
2013-06-18pinctrl: nomadik: Staticize local symbolsSachin Kamat1-3/+3
2013-05-28pinctrl/nomadik: Standardise Pinctrl compat string for Nomadik based platformsLee Jones1-1/+1
2013-05-27pinctrl/nomadik: Standardise Pinctrl compat string for DBx5x based platformsLee Jones1-2/+2
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-04-03pinctrl/nomadik: add device tree bindings for db8540Gabriel Fernandez1-0/+4
2013-03-27pinctrl/nomadik: Fix checkpatch errorsSachin Kamat1-3/+3
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-1/+1
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-3/+3
2013-02-21Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2013-02-20Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-50/+340
2013-02-04Merge tag 'v3.8-rc6' into next/dtOlof Johansson1-1/+1
2013-01-29pinctrl: nomadik: nmk_prcm_gpiocr_get_mode may be unusedArnd Bergmann1-1/+1
2013-01-28ARM: nomadik: move GPIO and pinctrl to device treeLinus Walleij1-0/+4
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2013-01-18pinctrl: nomadik: Allow prcm_base to be extracted from Device TreeLee Jones1-11/+18
2013-01-11pinctrl/nomadik: add device tree supportGabriel Fernandez1-1/+276
2013-01-11pinctrl/nomadik: simplify GPIO probeLinus Walleij1-35/+17
2013-01-11pinctrl/nomadik: make independent of <mach/irqs.h>Linus Walleij1-3/+2
2013-01-11pinctrl/nomadik: adopt pinctrl sleep mode managementJulien Delacou1-0/+27
2013-01-03Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-26pinctrl: nomadik: return if prcm_base is NULLFabio Baltieri1-1/+10
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-11-15pinctrl: nomadik: Staticize non-exported symbolsAxel Lin1-14/+12
2012-11-15pinctrl: nomadik: Prevent NULL dereference if of_match_device returns NULLAxel Lin1-3/+8