summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Input: appletouch - constify usb_device_idArvind Yadav2017-08-071-1/+1
* Input: powermate - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-071-1/+1
* Input: keyspan_remote - constify usb_device_idArvind Yadav2017-08-071-1/+1
* Input: iforce - constify usb_device_id and fix space before '[' errorArvind Yadav2017-08-071-1/+1
* Input: mousedev - fix implicit conversion warningNick Desaulniers2017-07-251-28/+34
* Input: add power key driver for Rockchip RK805 PMICJoseph Chen2017-07-243-0/+123
* Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-24568-3761/+5735
|\
| * Input: axp20x-pek - switch to using devm_device_add_group()Dmitry Torokhov2017-07-221-17/+1
| * Input: synaptics_rmi4 - use devm_device_add_group() for attributes in F01Dmitry Torokhov2017-07-221-8/+3
| * Input: gpio_keys - use devm_device_add_group() for attributesDmitry Torokhov2017-07-221-14/+2
| * driver core: add devm_device_add_group() and friendsDmitry Torokhov2017-07-221-0/+130
| * driver core: make device_{add|remove}_groups() publicDmitry Torokhov2017-07-222-5/+2
| * driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-221-0/+4
| * Merge tag 'pinctrl-v4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-011-40/+4
| |\
| | * Revert "pinctrl: rockchip: avoid hardirq-unsafe functions in irq_chip"Brian Norris2017-06-291-40/+4
| * | Merge tag 'gpio-v4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-012-2/+3
| |\ \
| | * | gpio: acpi: Skip _AEI entries without a handler rather then aborting the scanHans de Goede2017-06-291-1/+1
| | * | gpiolib: fix filtering out unwanted eventsBartosz Golaszewski2017-06-291-1/+2
| | |/
| * | Merge tag 'powerpc-4.12-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-06-306-47/+57
| |\ \
| | * | cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard2017-06-236-47/+57
| * | | Merge tag 'iommu-fixes-v4.12-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-301-4/+2
| |\ \ \
| | * | | iommu/amd: Fix interrupt remapping when disable guest_modeSuravee Suthikulpanit2017-06-281-4/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-2922-49/+187
| |\ \ \ \
| | * | | | sfc: fix attempt to translate invalid filter IDEdward Cree2017-06-291-3/+4
| | * | | | arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik2017-06-291-0/+1
| | * | | | arcnet: com20020-pci: fix dev_id calculationMichael Grzeschik2017-06-291-2/+3
| | * | | | arcnet: com20020: remove needless base_addr assignmentMichael Grzeschik2017-06-291-2/+0
| | * | | | Trivial fix to spelling mistake in arc_printk messageColin Ian King2017-06-291-1/+1
| | * | | | arcnet: change irq handler to lock irqsaveMichael Grzeschik2017-06-291-3/+4
| | * | | | rocker: move dereference before freeDan Carpenter2017-06-291-1/+1
| | * | | | mlxsw: spectrum_router: Fix NULL pointer dereferenceIdo Schimmel2017-06-291-0/+3
| | * | | | virtio-net: serialize tx routine during resetJason Wang2017-06-291-0/+1
| | * | | | net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis2017-06-271-0/+16
| | * | | | fsl/fman: add dependency on HAS_DMAMadalin Bucur2017-06-271-0/+1
| | * | | | bnx2x: Don't log mc removal needlesslyMintz, Yuval2017-06-251-1/+1
| | * | | | bnxt_en: Fix netpoll handling.Michael Chan2017-06-231-6/+48
| | * | | | bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan2017-06-232-4/+9
| | * | | | net: dp83640: Avoid NULL pointer dereference.Richard Cochran2017-06-231-1/+1
| | * | | | sfc: Fix MCDI command size for filter operationsMartin Habets2017-06-221-4/+4
| | * | | | netvsc: don't access netdev->num_rx_queues directlyArnd Bergmann2017-06-221-2/+2
| | * | | | macvlan: Let passthru macvlan correctly restore lower mac addressVlad Yasevich2017-06-221-3/+44
| | * | | | macvlan: convert port passthru to flags.Vlad Yasevich2017-06-221-13/+24
| | * | | | macvlan: Fix passthru macvlan mac address inheritanceVlad Yasevich2017-06-221-1/+2
| | * | | | macvlan: Do not return error when setting the same mac addressVlad Yasevich2017-06-221-0/+4
| | * | | | xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-223-2/+11
| | * | | | veth: Be more robust on network device creation when no attributesSerhey Popovych2017-06-221-2/+2
| | * | | | drivers: net: cpsw-common: Fix reading of mac address for am43 SoCsLokesh Vutla2017-06-221-1/+1
| | * | | | net/phy: micrel: configure intterupts after autoneg workaroundZach Brown2017-06-221-0/+2
| * | | | | Merge tag 'for-4.12/dm-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-292-16/+27
| |\ \ \ \ \
| | * | | | | dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara2017-06-271-13/+13