aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-nomadik.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-09pinctrl/nomadik: make independent of prcmu driverJonas Aaberg1-20/+39
2012-11-05pinctrl: nomadik: Add terminating entry for platform_device_id tableAxel Lin1-0/+1
2012-11-05ARM: plat-nomadik: convert platforms to SPARSE_IRQLinus Walleij1-2/+1
2012-11-05pinctrl/nomadik: merge old pincfg headerLinus Walleij1-3/+1
2012-11-05pinctrl/nomadik: move the platform data headerLinus Walleij1-1/+1
2012-10-28pinctrl/nomadik: debugfs display of other alternate-C functionsJean-Nicolas Graux1-4/+41
2012-10-28pinctrl/nomadik: merge old pincfg headerLinus Walleij1-3/+1
2012-10-28pinctrl/nomadik: move the platform data headerLinus Walleij1-1/+1
2012-10-28ARM: plat-nomadik: move NMK_GPIO_PER_CHIP into gpio-nomadik.hPatrice Chotard1-2/+0
2012-10-28pinctrl/nomadik: allow to support several ranges per GPIO bankPatrice Chotard1-2/+2
2012-10-23pinctrl/nomadik: pass DT node to the irqdomainLinus Walleij1-1/+1
2012-10-23pinctrl/nomadik: use zero as default irq_startLinus Walleij1-1/+1
2012-10-23pinctrl/nomadik: use irq_create_mapping()Linus Walleij1-1/+1
2012-10-15pinctrl/nomadik: always use the simple irqdomainLinus Walleij1-10/+3
2012-10-15pinctrl/nomadik: provide stubs for legacy NomadikLinus Walleij1-0/+13
2012-10-10pinctrl/nomadik: use simple or linear IRQ domainLinus Walleij1-3/+13
2012-10-10pinctrl/nomadik: support other alternate-C functionsJean-Nicolas Graux1-2/+99
2012-09-28pinctrl/nomadik: use irq_find_mapping()Linus Walleij1-3/+1
2012-09-03pinctrl/nomadik: MASK_ON_SUSPENDEtienne Carriere1-0/+1
2012-09-03pinctrl/nomadik: add STn8815 ASIC supportLinus Walleij1-0/+2
2012-09-03pinctrl/nomadik: add ASIC DB8450 pinctrl driverPatrice Chotard1-0/+3
2012-08-17pinctrl/nomadik: fix null in irqdomain errorpathLinus Walleij1-1/+1
2012-08-07drivers/pinctrl/pinctrl-nomadik.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall1-1/+0
2012-07-24Merge tag 'pinctrl-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-27/+10
2012-07-13pinctrl: pinctrl-nomadik: Append sleepmode property with vendor specific prefixesLee Jones1-1/+1
2012-07-04pinctrl/nomadik: kerneldoc fixLinus Walleij1-1/+1
2012-07-04pinctrl/nomadik: use devm_* allocators for gpio probeLinus Walleij1-26/+9
2012-06-17pinctrl/nomadik: document Alt-C glitchLinus Walleij1-1/+21
2012-06-12pinctrl: nomadik: fix up typoLinus Walleij1-1/+1
2012-06-12pinctrl: nomadik: add clk_prepare() callLinus Walleij1-0/+1
2012-06-01pinctrl-nomadik: Allow Device Tree driver probingLee Jones1-1/+19
2012-05-11pinctrl/nomadik: implement pin configurationLinus Walleij1-0/+113