summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sh-pfc: Configure pins as GPIOs at request time when handled externallyLaurent Pinchart2013-04-032-21/+27
* sh-pfc: Skip gpiochip registration when no GPIO resource is foundLaurent Pinchart2013-04-031-18/+21
* sh-pfc: Make GPIO support optionalLaurent Pinchart2013-04-031-0/+3
* sh-pfc: Make function GPIOs support optionalLaurent Pinchart2013-04-031-0/+3
* gpio-rcar: Add pinctrl supportLaurent Pinchart2013-04-031-0/+23
* gpio: Renesas R-Car GPIO driver V3Magnus Damm2013-04-033-0/+380
* sh-pfc: r8a7779: Don't use GPIO enum entriesLaurent Pinchart2013-04-021-30/+74
* sh-pfc: r8a7779: Remove function GPIOsLaurent Pinchart2013-04-021-271/+0
* sh-pfc: Fix compiler warning when BUG()Laurent Pinchart2013-04-021-0/+1
* Merge branch 'soc' into pinmux-baseSimon Horman2013-04-02120-765/+3860
|\
| * ARM: shmobile: r8a7740: Migrate from INTC to GICBastian Hecht2013-04-021-32/+32
| * irqchip: intc-irqpin: Add support for shared interrupt linesBastian Hecht2013-03-281-7/+83
| * irqchip: irqc: Add DT supportMagnus Damm2013-03-181-0/+9
| * irqchip: intc-irqpin: Initial DT supportMagnus Damm2013-03-181-0/+9
| * irqchip: Renesas IRQC driverMagnus Damm2013-03-183-0/+303
| * irqchip: intc-irqpin: Make use of devm functionsMagnus Damm2013-03-181-28/+13
| * irqchip: intc-irqpin: Add force commentsMagnus Damm2013-03-181-0/+9
| * irqchip: intc-irqpin: Cache mapped IRQMagnus Damm2013-03-181-14/+16
| * irqchip: intc-irqpin: Whitespace fixesMagnus Damm2013-03-181-3/+5
| * ARM: shmobile: INTC External IRQ pin driver on sh73a0Magnus Damm2013-03-181-3/+3
| * irqchip: Renesas INTC External IRQ pin driverMagnus Damm2013-03-183-0/+469
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-0910-0/+10
| |\
| | * fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-0310-0/+10
| * | Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds2013-03-091-2/+2
| * | Platform: x86: chromeos_laptop : Add basic platform data for atmel devicesBenson Leung2013-03-081-2/+39
| * | Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz2013-03-081-2/+62
| * | Merge branch 'akpm' (fixes from Andrew)Linus Torvalds2013-03-081-3/+2
| |\ \
| | * | dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings2013-03-081-3/+2
| * | | Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-03-081-8/+14
| |\ \ \
| | * | | HID: logitech-dj: do not directly call hid_output_raw_report() during probeBenjamin Tissoires2013-03-071-8/+14
| * | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-03-081-4/+8
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | random: fix locking dependency with the tasklist_lockTheodore Ts'o2013-03-041-4/+8
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-072-34/+97
| |\ \ \ \
| | * \ \ \ Merge tag 'efi-for-3.9-rc2' into x86/urgentH. Peter Anvin2013-03-071-34/+96
| | |\ \ \ \
| | | * | | | efivarfs: return accurate error code in efivarfs_fill_super()Matt Fleming2013-03-061-5/+15
| | | * | | | efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming2013-03-061-2/+2
| | | * | | | efi: be more paranoid about available space when creating variablesMatthew Garrett2013-03-061-27/+79
| | | | |_|/ | | | |/| |
| | * / | | iommu, x86: Add DMA remap fault reasonLi, Zhen-Hua2013-03-061-0/+1
| | |/ / /
| * | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-03-0725-99/+272
| |\ \ \ \
| | * | | | drm/tegra: drop "select DRM_HDMI"Paul Bolle2013-03-081-1/+0
| | * | | | drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire2013-03-081-0/+1
| | * | | | drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey2013-03-081-0/+27
| | * | | | drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey2013-03-081-1/+0
| | * | | | drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASKMarek Olšák2013-03-072-2/+3
| | * | | | drm/radeon: skip MC reset as it's probably not hungAlex Deucher2013-03-074-0/+24
| | * | | | drm/radeon: add primary dac adj quirk for R200 boardAlex Deucher2013-03-071-0/+9
| | * | | | drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher2013-03-071-0/+12
| | * | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-03-078-22/+79
| | |\ \ \ \
| | | * | | | drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson2013-03-061-1/+1
| | | * | | | drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bitsPatrik Jakobsson2013-03-061-2/+2