summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* of: Create unlocked version of for_each_child_of_node()Grant Likely2014-05-231-5/+17
* of: Handle memory@0 node on PPC32 onlyLeif Lindholm2014-05-231-1/+1
* pci/of: Remove dead codeIan Molton2014-05-231-2/+0
* of: fix race between search and remove in of_update_property()Xiubo Li2014-05-231-11/+15
* of: Use NULL for pointersThierry Reding2014-05-231-1/+1
* of: Stop naming platform_device using dcr addressGrant Likely2014-05-231-24/+0
* of: Ensure unique names without sacrificing determinismGrant Likely2014-05-231-21/+19
* Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-14293-2357/+3776
|\
| * of/selftest: add testcase for nodes with same name and addressRob Herring2014-05-133-1/+55
| * of/selftest: clean-up of_selftest_platform_populate pass/fail handlingRob Herring2014-05-131-9/+5
| * of: kill off of_can_translate_addressRob Herring2014-05-132-24/+3
| * of/platform: fix device naming for non-translatable addressesRob Herring2014-05-131-10/+1
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-05-091-1/+1
| |\
| | * asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-061-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-05-086-3/+72
| |\ \
| | * | Input: elantech - fix touchpad initialization on Gigabyte U2442Hans de Goede2014-05-052-1/+26
| | * | Input: tca8418 - fix loading this driver as a module from a device treeDr. H. Nikolaus Schaller2014-04-251-0/+7
| | * | Input: bma150 - extend chip detection for bma180Dr. H. Nikolaus Schaller2014-04-251-1/+3
| | * | Input: atkbd - fix keyboard not working on some LG laptopsSheng-Liang Song2014-04-251-1/+28
| | * | Input: synaptics - add min/max quirk for ThinkPad Edge E431Hans de Goede2014-04-241-0/+8
| * | | Merge tag 'mfd-mmc-fixes-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-05-082-441/+109
| |\ \ \
| | * | | mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching2014-05-082-441/+109
| * | | | Merge tag 'for-linus-20140507' of git://git.infradead.org/linux-mtdLinus Torvalds2014-05-081-0/+6
| |\ \ \ \
| | * | | | mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri2014-05-011-0/+6
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-05-085-2/+19
| |\ \ \ \ \
| | * | | | | HID: sensor-hub: Add in quirk for sensor hub in Lenovo Ideapad YogasPeter F. Patel-Schneider2014-05-062-0/+6
| | * | | | | HID: add NO_INIT_REPORTS quirk for Synaptics Touch Pad V 103SHans de Goede2014-05-052-0/+2
| | * | | | | HID: core: fix computation of the report sizeBenjamin Tissoires2014-05-051-2/+3
| | * | | | | HID: multitouch: add support of EliteGroup 05D8 panelsTomas Sokorai2014-04-242-0/+8
| * | | | | | Merge branch 'drm-radeon-mullins' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-05-0810-31/+187
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'mullins' of git://people.freedesktop.org/~deathsimple/linux int...Dave Airlie2014-05-0710-31/+187
| | |\ \ \ \ \ \
| | | * | | | | | drm/radeon: add Mullins VCE supportLeo Liu2014-05-061-0/+1
| | | * | | | | | drm/radeon: modesetting updates for Mullins.Samuel Li2014-05-061-2/+3
| | | * | | | | | drm/radeon: dpm updates for KV/KBAlex Deucher2014-05-061-20/+97
| | | * | | | | | drm/radeon: add Mullins dpm support.Samuel Li2014-05-062-10/+11
| | | * | | | | | drm/radeon: add Mullins UVD support.Samuel Li2014-05-061-0/+1
| | | * | | | | | drm/radeon: update cik init for Mullins.Samuel Li2014-05-062-0/+72
| | | * | | | | | drm/radeon: add Mullins chip familySamuel Li2014-05-063-0/+3
| * | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-05-0824-85/+292
| |\| | | | | | |
| | * | | | | | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-05-074-9/+10
| | |\ \ \ \ \ \ \
| | | * | | | | | | drm/gm107/gr: bump attrib cb size quite a bitBen Skeggs2014-05-021-1/+3
| | | * | | | | | | drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flipMaarten Lankhorst2014-05-021-1/+1
| | | * | | | | | | drm/nouveau/bios: fix shadowing from PROM on big-endian systemsBen Skeggs2014-05-021-4/+6
| | | * | | | | | | drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin2014-05-021-3/+0
| | * | | | | | | | Merge tag 'topc/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-05-074-20/+44
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/i915: don't try DP_LINK_BW_5_4 on HSW ULXPaulo Zanoni2014-04-302-1/+5
| | | * | | | | | | | drm/i915: Sanitize the enable_ppgtt module option onceDaniel Vetter2014-04-291-7/+25
| | | * | | | | | | | drm/i915: Break encoder->crtc link separately in intel_sanitize_crtc()Egbert Eich2014-04-251-12/+14
| | * | | | | | | | | Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/li...Dave Airlie2014-05-0716-56/+238
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | | * | | | | | | | drm/radeon: lower the ref * post PLL maximumChristian König2014-05-061-1/+1