summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pinctrl: iproc-gpio: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-10/+2
* pinctrl: cygnus-mux: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+1
* pinctrl: bcm2835: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-2/+1
* pinctrl: bcm281xx: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-3/+1
* pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan2016-04-211-0/+63
* Merge branch 'sh-pfc-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij2016-04-156-10/+410
|\
| * pinctrl: sh-pfc: r8a7795: Add drive strength supportLaurent Pinchart2016-03-291-8/+210
| * pinctrl: sh-pfc: Add drive strength supportLaurent Pinchart2016-03-294-0/+146
| * pinctrl: sh-pfc: IPSRx and MOD_SELx should be set before GPSRxKuninori Morimoto2016-03-291-1/+1
| * pinctrl: sh-pfc: r8a7790: Implement voltage switching for SDHIWolfram Sang2016-03-291-1/+53
* | pinctrl: pxa: add pxa25x architectureRobert Jarzmik2016-04-143-1/+284
* | pinctrl: tegra: clear park bit for all pinsRhyland Klein2016-04-147-0/+37
* | pinctrl: rockchip: add support the get_directionCaesar Wang2016-04-131-0/+11
* | pinctrl: baytrail: Add debounce configurationCristina Ciocan2016-04-041-2/+81
* | pinctrl: baytrail: Register pin control handlingCristina Ciocan2016-04-041-226/+221
* | pinctrl: baytrail: Update irq chip operationsCristina Ciocan2016-04-041-46/+51
* | pinctrl: baytrail: Update gpio chip operationsCristina Ciocan2016-04-041-29/+68
* | pinctrl: baytrail: Add pin control operationsCristina Ciocan2016-04-042-35/+528
* | pinctrl: baytrail: Add pin control data structuresCristina Ciocan2016-04-041-22/+606
* | pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-0132-39/+39
* | pinctrl: bcm2835: Implement get_direction callbackStefan Wahren2016-04-011-0/+13
* | pinctrl: amd:Add device HID for future AMD GPIO controllerWang Hongcheng2016-03-311-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-261-11/+3
|\
| * rbd: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-2/+0
| * libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng2016-03-251-1/+1
* | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds2016-03-263-68/+71
|\ \
| * | NTB: Remove _addr functions from ntb_hw_amdAllen Hubbe2016-03-261-30/+0
| * | NTB: Fix incorrect clean up routine in ntb_perfDave Jiang2016-03-221-18/+24
| * | NTB: Fix incorrect return check in ntb_perfDave Jiang2016-03-221-4/+3
| * | ntb: fix possible NULL dereferenceSudip Mukherjee2016-03-181-0/+2
| * | ntb: add missing setup of translation windowDave Jiang2016-03-181-0/+8
| * | ntb: stop link work when we do not have memoryDave Jiang2016-03-181-1/+8
| * | ntb: stop tasklet from spinning forever during shutdown.Dave Jiang2016-03-181-6/+16
| * | ntb: perf test: fix address space confusionArnd Bergmann2016-03-181-10/+11
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-03-2620-154/+1171
|\ \ \
| * \ \ Merge remote-tracking branch 'mkp-scsi/4.6/scsi-fixes' into miscJames Bottomley2016-03-226-19/+31
| |\ \ \
| | * | | scsi_common: do not clobber fixed sense informationHannes Reinecke2016-03-181-2/+10
| | * | | scsi: ufs: select CONFIG_NLSArnd Bergmann2016-03-181-0/+1
| | * | | fnic: move printk()s outside of the critical code section.Maurizio Lombardi2016-03-181-7/+6
| | * | | qla2xxx: avoid maybe_uninitialized warningArnd Bergmann2016-03-181-7/+9
| | * | | megaraid_sas: add missing curly braces in ioctl handlerArnd Bergmann2016-03-181-1/+2
| | * | | lpfc: fix misleading indentationArnd Bergmann2016-03-181-2/+3
| * | | | Merge remote-tracking branch 'mkp-scsi/4.6/scsi-queue' into miscJames Bottomley2016-03-1515-135/+1140
| |\| | |
| | * | | scsi_transport_sas: add 'scsi_target_id' sysfs attributeHannes Reinecke2016-03-152-1/+3
| | * | | scsi_dh_alua: uninitialized variable in alua_check_vpd()Dan Carpenter2016-03-151-1/+1
| | * | | scsi: ufs-qcom: add printouts of testbus debug registersYaniv Gardi2016-03-152-0/+86
| | * | | scsi: ufs-qcom: enable/disable the device ref clockYaniv Gardi2016-03-152-0/+21
| | * | | scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startupYaniv Gardi2016-03-152-7/+21
| | * | | scsi: ufs: add device quirk delay before putting UFS rails in LPMYaniv Gardi2016-03-152-1/+23