summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: sh-pfc: r8a77995: Add CAN supportUlrich Hecht2017-12-051-0/+59
* pinctrl: sh-pfc: r8a7796: Rename RTS{0,1,3,4}# pin function definitionsTakeshi Kihara2017-12-051-24/+24
* pinctrl: sh-pfc: r8a7795: Rename RTS{0,1,3,4}# pin function definitionsTakeshi Kihara2017-12-051-24/+24
* pinctrl: sh-pfc: r8a7796: Fix to delete A20..A25 pins function definitionsTakeshi Kihara2017-12-051-12/+6
* pinctrl: sh-pfc: r8a7795: Fix to delete A20..A25 pins function definitionsTakeshi Kihara2017-12-051-12/+6
* pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using STP_I...Takeshi Kihara2017-12-051-1/+1
* pinctrl: sh-pfc: r8a7795: Add GP-1-28 port pin supportTakeshi Kihara2017-12-051-6/+8
* pinctrl: sh-pfc: r8a77995: Add missing pins SCL0 and SDA0 to pinmux dataUlrich Hecht2017-12-051-0/+2
* pinctrl: sh-pfc: r8a7791: Add can_clk functionFabrizio Castro2017-12-051-1/+21
* pinctrl: sh-pfc: r8a7794: Add can_clk functionFabrizio Castro2017-12-051-0/+20
* pinctrl: sh-pfc: Add R8A77970 PFC supportSergei Shtylyov2017-12-055-0/+2342
* pinctrl: sh-pfc: Add PORT_GP_CFG_{6|22}() helper macrosSergei Shtylyov2017-11-281-4/+12
* pinctrl: sh-pfc: r8a7795: Add CAN FD supportRamesh Shanmugasundaram2017-11-281-0/+37
* pinctrl: sh-pfc: r8a7795: Add CAN supportRamesh Shanmugasundaram2017-11-281-0/+52
* pinctrl: sh-pfc: r8a7745: Add CAN[01] supportFabrizio Castro2017-11-281-0/+146
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-268-12/+28
|\
| * irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-145-8/+24
| |\
| | * irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-264-147/+4
|\ \ \
| * | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-147/+0
| * | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25262-1018/+890
|\ \ \
| * \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-236279-143343/+364300
| |\ \ \
| | * | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2228-58/+58
| | * | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2212-53/+53
| | * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-22181-730/+643
| | * | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2226-97/+47
| | * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2226-56/+56
| | * | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-226-13/+13
| | * | | drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-221-19/+17
| | * | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-222-12/+7
| | * | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-221-3/+3
| | * | | usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-223-20/+29
| | * | | drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-221-2/+2
| * | | | clocksource/timer_of: Rename timer_of_exit to timer_of_cleanupBenjamin Gaignard2017-11-142-2/+9
| | |/ / | |/| |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-2521-239/+385
|\ \ \ \
| * | | | tcmu: Add a missing unlock on an error pathDan Carpenter2017-11-081-0/+1
| * | | | tcmu: Fix some memory corruptionDan Carpenter2017-11-081-3/+2
| * | | | iscsi-target: Fix non-immediate TMR reference leakNicholas Bellinger2017-11-081-3/+5
| * | | | iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_krefNicholas Bellinger2017-11-081-13/+9
| * | | | target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-082-0/+11
| * | | | target: Fix quiese during transport_write_pending_qf endless loopNicholas Bellinger2017-11-081-0/+13
| * | | | target: Fix caw_sem leak in transport_generic_request_failureNicholas Bellinger2017-11-081-3/+4