summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus: omap_l3_noc: move L3 master data structure outNishanth Menon2014-05-051-4/+11
* bus: omap_l3_noc: un-obfuscate l3_targ address computationNishanth Menon2014-05-051-1/+1
* bus: omap_l3_noc: switch over to relaxed variants of readl/writelNishanth Menon2014-05-051-12/+14
* bus: omap_l3_noc: populate l3->dev and use itNishanth Menon2014-05-051-5/+6
* bus: omap_l3_noc: remove iclk from omap_l3 structNishanth Menon2014-05-051-1/+0
* bus: omap_l3_noc: rename functions and data to omap_l3Sricharan R2014-05-052-17/+18
* bus: omap_l3_noc: Fix copyright informationNishanth Menon2014-05-052-24/+12
* drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request failsPeter Ujfalusi2014-05-051-4/+3
* drivers: bus: omap_l3: Remove the platform driver's remove functionPeter Ujfalusi2014-05-051-6/+0
* drivers: bus: omap_l3: Convert to use devm_request_irq()Peter Ujfalusi2014-05-051-18/+5
* drivers: bus: omap_l3: Convert to use devm_ioremap_resource()Peter Ujfalusi2014-05-051-48/+11
* drivers: bus: omap_l3: Convert to use devm_kzallocPeter Ujfalusi2014-05-051-8/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-03-312-32/+45
|\
| * Input: mousedev - fix race when creating mixed deviceDmitry Torokhov2014-03-291-31/+42
| * Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft2014-03-291-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-03-291-1/+0
|\ \
| * | rbd: drop an unsafe assertionAlex Elder2014-03-291-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-289-65/+77
|\ \ \
| * | | veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich2014-03-281-1/+4
| * | | ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich2014-03-281-1/+2
| * | | qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich2014-03-281-1/+3
| * | | vhost: validate vhost_get_vq_desc return valueMichael S. Tsirkin2014-03-281-1/+5
| * | | vhost: fix total length when packets are too shortMichael S. Tsirkin2014-03-281-0/+14
| * | | net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang2014-03-271-1/+5
| * | | usbnet: include wait queue head in device structureOliver Neukum2014-03-271-14/+19
| * | | virtio-net: correct error handling of virtqueue_kick()Jason Wang2014-03-271-3/+3
| * | | net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni2014-03-261-6/+11
| * | | net: mvneta: fix usage as a module on RGMII configurationsThomas Petazzoni2014-03-261-33/+8
| * | | net: mvneta: rename MVNETA_GMAC2_PSC_ENABLE to MVNETA_GMAC2_PCS_ENABLEThomas Petazzoni2014-03-261-2/+2
| * | | tg3: Do not include vlan acceleration features in vlan_featuresVlad Yasevich2014-03-261-3/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-03-284-15/+82
|\ \ \ \ | | |_|/ | |/| |
| * | | Input: synaptics - add manual min/max quirk for ThinkPad X240Hans de Goede2014-03-281-0/+8
| * | | Input: synaptics - add manual min/max quirkBenjamin Tissoires2014-03-281-0/+47
| * | | Input: cypress_ps2 - don't report as a button padsHans de Goede2014-03-261-1/+0
| * | | Input: da9052_onkey - use correct register bit for key statusAnthony Olech2014-02-171-13/+16
| * | | Input: adp5588-keys - get value from data out when dir is outJean-Francois Dagenais2014-02-151-1/+11
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-03-284-13/+31
|\ \ \ \
| * | | | drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter2014-03-281-1/+1
| * | | | drm/radeon: fix runtime suspend breaking secondary GPUsDave Airlie2014-03-281-5/+12
| * | | | drm/nouveau: fail runtime pm properly.Dave Airlie2014-03-271-4/+10
| * | | | drm/udl: take reference to device struct for dma-bufsDave Airlie2014-03-271-3/+8
| | |/ / | |/| |
* | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-03-281-0/+2
|\ \ \ \
| * | | | i2c: cpm: Fix build by adding of_address.h and of_irq.hScott Wood2014-03-241-0/+2
* | | | | xen/balloon: flush persistent kmaps in correct positionWei Liu2014-03-251-6/+18
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-03-254-39/+25
|\ \ \ \
| * | | | sparc: serial: Clean up the locking for -rtDavid Miller2014-03-064-39/+25
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-2523-213/+380
|\ \ \ \ \
| * | | | | vxlan: fix nonfunctional neigh_reduce()David Stevens2014-03-241-14/+113
| * | | | | net: davinci_emac: Fix rollback of emac_dev_open()Christian Riesch2014-03-242-17/+31
| * | | | | net: davinci_emac: Replace devm_request_irq with request_irqChristian Riesch2014-03-241-4/+21