aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/spear (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-6/+0
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina8-67/+39
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida1-1/+1
2014-10-20pinctrl: spear: drop owner assignment from platform_driversWolfram Sang6-6/+0
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-2/+2
2014-08-29pinctrl: Make of_device_id array constKiran Padwal5-5/+5
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe1-2/+1
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-7/+0
2014-06-19pinctrl: spear: switch plgpio to irqchip helpersLinus Walleij2-51/+31
2013-10-08pinctrl: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-08-28pinctrl: spear: Convert to devm_ioremap_resourceAxel Lin1-9/+4
2013-08-23pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLEAxel Lin1-1/+1
2013-06-18pinctrl: spear/plgpio: Staticize spear310_o2pSachin Kamat1-1/+1
2013-06-16drivers/pinctrl/spear: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+1
2013-05-02Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-3/+3
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-30pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-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-2/+2
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-03Drivers: pinctrl: remove __dev* attributes.Greg Kroah-Hartman8-20/+17
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-17/+17
2012-11-28pinctrl: remove use of __devexitBill Pemberton7-7/+7
2012-11-28pinctrl: remove use of __devinitdataBill Pemberton5-5/+5
2012-11-28pinctrl: remove use of __devexit_pBill Pemberton5-5/+5
2012-11-23pinctrl: SPEAr: Update error check for unsigned variablesTushar Behera1-1/+1
2012-11-15Pinctrl/spear: plgpio: don't call prepare/unprepareViresh Kumar1-4/+15
2012-11-15pinctrl: plgpio: Call clk_disable_unprepare only if clk_prepare_enable is calledAxel Lin1-1/+2
2012-11-15pinctrl: spear: Make get_gpio_pingroup return NULL when no gpio_pingroup foundAxel Lin1-3/+3
2012-11-15pinctrl: spear: Fix the logic of setting reg in pmx_init_gpio_pingroup_addrAxel Lin1-3/+3
2012-11-13pinctrl: spear: Staticize non-exported symbolsAxel Lin1-5/+7
2012-11-11pinctrl: SPEAr: Add SoC specific gpio configuration routinesShiraz Hashim3-14/+53
2012-11-11pinctrl: SPEAr: Add gpio ranges supportViresh Kumar8-17/+447
2012-11-11pinctrl: SPEAr: Add plgpio driverViresh Kumar3-0/+754
2012-11-05pinctrl: SPEAr1340: Add clcd sleep mode pin configurationVipul Kumar Samar1-1/+38
2012-11-05pinctrl: SPEAr1340: Make DDR reset & clock pads as gpioDeepak Sikri1-1/+1
2012-11-05pinctrl: SPEAr1310: add register entries for enabling pad directionShiraz Hashim1-0/+266
2012-11-05pinctrl: SPEAr1310: Separate out pci pins from pcie_sata pin groupVipul Kumar Samar1-42/+51
2012-11-05pinctrl: SPEAr1310: Fix value of PERIP_CFG reigster and MCIF_SEL_SHIFTVipul Kumar Samar1-2/+2
2012-11-05pinctrl: SPEAr1310: fix clcd high resolution pin group nameShiraz Hashim1-1/+1
2012-11-05pinctrl: SPEAr320: Correct pad mux entries for rmii/smiiDeepak Sikri1-2/+2
2012-11-05pinctrl: SPEAr3xx: correct register space to configure pwmShiraz Hashim2-0/+5
2012-11-05pinctrl: SPEAr: Don't update all non muxreg bits on pinctrl_disableViresh Kumar1-1/+1
2012-07-03pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctlDevendra Naga1-2/+2
2012-06-20Viresh has movedViresh Kumar9-14/+14
2012-05-14pinctrl: SPEAr1310: Fix pin numbers for clcd_high_resViresh Kumar1-1/+1
2012-05-14pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar5-0/+4345
2012-05-14pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2-102/+106
2012-04-22pinctrl: Add SPEAr3xx pinctrl driversViresh Kumar7-0/+5311