summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-081-2/+5
|\
| * pinctrl: mvebu: make pdma clock on dove mandatorySebastian Hesselbarth2013-01-071-2/+5
* | Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-0339-120/+114
|\ \
| * | Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman2013-01-0339-120/+114
| |/
* | pinctrl: nomadik: return if prcm_base is NULLFabio Baltieri2012-12-261-1/+10
* | pinctrl: sirf: enable GPIO pullup/down configuration from dtsBarry Song2012-12-261-0/+48
* | pinctrl: fix comment mistakeLinus Walleij2012-12-261-1/+1
* | drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfreeJulia Lawall2012-12-261-1/+1
* | pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configurationPhilipp Zabel2012-12-261-1/+1
|/
* pinctrl: exynos5440/samsung: Staticize pcfgsAxel Lin2012-12-182-2/+2
* pinctrl: samsung: Fix a typo in pinctrl-samsung.hSachin Kamat2012-12-181-1/+1
* Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-12-131-2/+1
|\
| * ARM: plat-nomadik: convert platforms to SPARSE_IRQLinus Walleij2012-11-051-2/+1
| * pinctrl/nomadik: merge old pincfg headerLinus Walleij2012-11-051-3/+1
| * pinctrl/nomadik: move the platform data headerLinus Walleij2012-11-052-2/+2
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-132-285/+305
|\ \
| * \ Merge tag 'orion_dt_for_3.8' of git://git.infradead.org/users/jcooper/linux i...Olof Johansson2012-11-2614-551/+556
| |\ \
| | * | ARM: Kirkwood: support 98DX412x kirkwoods with pinctrlValentin Longchamp2012-11-241-278/+290
| | * | pinctrl: mvebu: Fix dove_audio1_ctrl_set functionAxel Lin2012-11-241-0/+8
| | * | pinctrl: mvebu: fix iomem pointer for dove pinctrlSebastian Hesselbarth2012-11-241-7/+7
| * | | Merge branch 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2012-11-214-400/+482
| |\ \ \
* | \ \ \ Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-127-401/+1408
|\ \ \ \ \
| * \ \ \ \ Merge branch 'next/pinctrl-samsung-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2012-11-301-1/+1
| |\ \ \ \ \
| | * | | | | pinctrl: samsung: Do not initialise statics to 0Sachin Kamat2012-11-241-1/+1
| * | | | | | Merge branch 'next/soc-exynos5440' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2012-11-263-0/+925
| |\ \ \ \ \ \
| | * | | | | | pinctrl: exynos5440: add pinctrl driver for Samsung EXYNOS5440 SoCThomas Abraham2012-11-223-0/+925
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'samsung/pinctrl' into next/socOlof Johansson2012-11-214-401/+483
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | pinctrl: samsung: Update error check for unsigned variablesTushar Behera2012-11-191-1/+1
| | |/ / /
| | * | | pinctrl: samsung: Add support for EXYNOS4X12Tomasz Figa2012-11-193-0/+113
| | * | | Merge remote-tracking branch 'pinctrl/samsung' into next/pinctrl-samsungKukjin Kim2012-11-194-400/+369
| | |\ \ \
| | | * | | pinctrl: samsung: Add GPIO to IRQ translationTomasz Figa2012-10-151-0/+19
| | | * | | pinctrl: exynos: Set pin function to EINT in irq_set_type of wake-up EINTTomasz Figa2012-10-151-0/+11
| | | * | | pinctrl: samsung: Use per-bank IRQ domain for wake-up interruptsTomasz Figa2012-10-153-69/+129
| | | * | | pinctrl: samsung: Use one GPIO chip per pin bankTomasz Figa2012-10-152-49/+79
| | | * | | pinctrl: exynos: Use one IRQ domain per pin bankTomasz Figa2012-10-154-105/+35
| | | * | | pinctrl: samsung: Include bank-specific eint offset in bank structTomasz Figa2012-10-153-29/+30
| | | * | | pinctrl: samsung: Hold pointer to driver data in bank structTomasz Figa2012-10-152-8/+12
| | | * | | pinctrl: samsung: Match pin banks with their device nodesTomasz Figa2012-10-152-0/+15
| | | * | | pinctrl: samsung: Distinguish between pin group and bank nodesTomasz Figa2012-10-151-1/+1
| | | * | | pinctrl: samsung: Remove static pin enumerationsTomasz Figa2012-10-151-119/+0
| | | * | | pinctrl: samsung: Assing pin numbers dynamicallyTomasz Figa2012-10-153-54/+62
| | | * | | pinctrl: samsung: Do not pass gpio_chip to pin_to_reg_bankTomasz Figa2012-10-151-9/+16
| | | * | | pinctrl: samsung: Detect and handle unsupported configuration typesTomasz Figa2012-10-151-0/+3
* | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-1125-52/+52
|\ \ \ \ \ \
| * | | | | | pinctrl: remove use of __devexitBill Pemberton2012-11-2816-16/+16
| * | | | | | pinctrl: remove use of __devinitconstBill Pemberton2012-11-282-4/+4
| * | | | | | pinctrl: remove use of __devinitdataBill Pemberton2012-11-2814-14/+14
| * | | | | | pinctrl: remove use of __devexit_pBill Pemberton2012-11-2818-18/+18
| |/ / / / /
* | | | | | Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-12-1145-398/+3558
|\ \ \ \ \ \
| * | | | | | pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910Axel Lin2012-12-021-3/+0
OpenPOWER on IntegriCloud