summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-07-27net: usb: pegasus: Replace mdelay() with msleep() in setup_pegasus_II()Jia-Ju Bai
2018-07-27net: phy: marvell: Replace mdelay() with msleep() in m88e1116r_config_init()Jia-Ju Bai
2018-07-27net: nvidia: forcedeth: Replace GFP_ATOMIC with GFP_KERNEL in nv_probe()Jia-Ju Bai
2018-07-27net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link()Jia-Ju Bai
2018-07-27net: hisilicon: hns: Replace mdelay() with msleep()Jia-Ju Bai
2018-07-27net: amd: pcnet32: Replace GFP_ATOMIC with GFP_KERNEL in pcnet32_alloc_ring()Jia-Ju Bai
2018-07-27cxgb4: print ULD queue information managed by LLDRahul Lakkireddy
2018-07-27mlxsw: spectrum: Support ieee_setapp, ieee_delappPetr Machata
2018-07-27mlxsw: reg: Add QoS Priority to DSCP Mapping RegisterPetr Machata
2018-07-27mlxsw: reg: Add QoS ReWrite Enable RegisterPetr Machata
2018-07-27mlxsw: reg: Add QoS Priority Trust State RegisterPetr Machata
2018-07-27mlxsw: reg: Add QoS Port DSCP to Priority Mapping RegisterPetr Machata
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-27Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-27Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-07-27ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernationRafael J. Wysocki
2018-07-27can: kvaser_usb: Simplify struct kvaser_cmd_cardinfoJimmy Assarsson
2018-07-27can: kvaser_usb: Add support for Kvaser USB hydra familyJimmy Assarsson
2018-07-27can: kvaser_usb: Split driver into kvaser_usb_core.c and kvaser_usb_leaf.cJimmy Assarsson
2018-07-27can: kvaser_usb: Add SPDX GPL-2.0 license identifierJimmy Assarsson
2018-07-27can: kvaser_usb: Fix typosJimmy Assarsson
2018-07-27can: kvaser_usb: Improve logging messagesJimmy Assarsson
2018-07-27can: kvaser_usb: Refactor kvaser_usb_init_one()Jimmy Assarsson
2018-07-27can: kvaser_usb: Refactor kvaser_usb_get_endpoints()Jimmy Assarsson
2018-07-27can: kvaser_usb: Add pointer to struct usb_interface into struct kvaser_usbJimmy Assarsson
2018-07-27can: kvaser_usb: Replace USB timeout constants with one defineJimmy Assarsson
2018-07-27can: kvaser_usb: Rename message/msg to command/cmdJimmy Assarsson
2018-07-27can: kvaser_usb: Remove unused commands and definesJimmy Assarsson
2018-07-27can: kvaser_usb: Remove unnecessary returnJimmy Assarsson
2018-07-27can: peak_canfd: rearrange the way resources are releasedStephane Grosjean
2018-07-27can: peak_canfd: fix typo in error messageStephane Grosjean
2018-07-27can: peak_canfd: use ndev irq instead of pci_dev oneStephane Grosjean
2018-07-27can: peak_canfd: remove useless defined symbolsStephane Grosjean
2018-07-27can: peak_canfd: improves 32-bit alignmentStephane Grosjean
2018-07-27can: peak_usb: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-27can: xilinx_can: add support for Xilinx CAN FD coreAnssi Hannula
2018-07-27can: xilinx_can: refactor code in preparation for CAN FD supportAnssi Hannula
2018-07-27can: xilinx_can: update stats.tx_bytes after transmissionAnssi Hannula
2018-07-27can: xilinx_can: use can_change_state()Anssi Hannula
2018-07-27can: xilinx_can: only report warning and passive states on state changesAnssi Hannula
2018-07-27can: sja1000: Replace mdelay with usleep_range in pcan_add_channelsJia-Ju Bai
2018-07-27can: sja1000: Replace mdelay with usleep_range in peak_pci_probeJia-Ju Bai
2018-07-27can: flexcan: Switch to SPDX identifierFabio Estevam
2018-07-27can: flexcan: fix flexcan_start_xmit()'s return typeMarc Kleine-Budde
2018-07-27can: xilinx: fix xcan_start_xmit()'s return typeLuc Van Oostenryck
2018-07-27can: sun4i: fix sun4ican_start_xmit()'s return typeLuc Van Oostenryck
2018-07-27can: janz-ican3: fix ican3_xmit()'s return typeLuc Van Oostenryck
2018-07-27can: dev: enable multi-queue for SocketCAN devicesZhu Yi