1. 30 Nov, 2019 5 commits
  2. 29 Nov, 2019 11 commits
  3. 28 Nov, 2019 5 commits
    • Linus Torvalds's avatar
      Merge branch 'master' of... · 81b6b964
      Linus Torvalds authored
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping
      
      Pull dma-mapping updates from Christoph Hellwig:
      
       - improve dma-debug scalability (Eric Dumazet)
      
       - tiny dma-debug cleanup (Dan Carpenter)
      
       - check for vmap memory in dma_map_single (Kees Cook)
      
       - check for dma_addr_t overflows in dma-direct when using DMA offsets
         (Nicolas Saenz Julienne)
      
       - switch the x86 sta2x11 SOC to use more generic DMA code (Nicolas
         Saenz Julienne)
      
       - fix arm-nommu dma-ranges handling (Vladimir Murzin)
      
       - use __initdata in CMA (Shyam Saini)
      
       - replace the bus dma mask with a limit (Nicolas Saenz Julienne)
      
       - merge the remapping helpers into the main dma-direct flow (me)
      
       - switch xtensa to the generic dma remap handling (me)
      
       - various cleanups around dma_capable (me)
      
       - remove unused dev arguments to various dma-noncoherent helpers (me)
      
      * 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
      81b6b964
    • Linus Torvalds's avatar
      Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap · a308a710
      Linus Torvalds authored
      Pull generic ioremap support from Christoph Hellwig:
       "This adds the remaining bits for an entirely generic ioremap and
        iounmap to lib/ioremap.c. To facilitate that, it cleans up the giant
        mess of weird ioremap variants we had with no users outside the arch
        code.
      
        For now just the three newest ports use the code, but there is more
        than a handful others that can be converted without too much work.
      
        Summary:
      
         - clean up various obsolete ioremap and iounmap variants
      
         - add a new generic ioremap implementation and switch csky, nds32 and
           riscv over to it"
      
      * tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap: (21 commits)
        nds32: use generic ioremap
        csky: use generic ioremap
        csky: remove ioremap_cache
        riscv: use the generic ioremap code
        lib: provide a simple generic ioremap implementation
        sh: remove __iounmap
        nios2: remove __iounmap
        hexagon: remove __iounmap
        m68k: rename __iounmap and mark i...
      a308a710
    • Linus Torvalds's avatar
      Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-block · 05bd375b
      Linus Torvalds authored
      Pull more io_uring updates from Jens Axboe:
       "As mentioned in the first pull request, there was a later batch as
        well. This contains fixes to the stuff that already went in, cleanups,
        and a few later additions. In particular, this contains:
      
         - Cleanups/fixes/unification of the submission and completion path
           (Pavel,me)
      
         - Linked timeouts improvements (Pavel,me)
      
         - Error path fixes (me)
      
         - Fix lookup window where cancellations wouldn't work (me)
      
         - Improve DRAIN support (Pavel)
      
         - Fix backlog flushing -EBUSY on submit (me)
      
         - Add support for connect(2) (me)
      
         - Fix for non-iter based fixed IO (Pavel)
      
         - creds inheritance for async workers (me)
      
         - Disable cmsg/ancillary data for sendmsg/recvmsg (me)
      
         - Shrink io_kiocb to 3 cachelines (me)
      
         - NUMA fix for io-wq (Jann)"
      
      * tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-block: (42 commits)
        io_uring: make poll->wait dynam...
      05bd375b
    • Linus Torvalds's avatar
      Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drm · a6ed68d6
      Linus Torvalds authored
      Pull drm updates from Dave Airlie:
       "Lots of stuff in here, though it hasn't been too insane this merge
        apart from dealing with the security fun.
      
        uapi:
         - export different colorspace properties on DP vs HDMI
         - new fourcc for ARM 16x16 block format
         - syncobj: allow querying last submitted timeline value
         - DRM_FORMAT_BIG_ENDIAN defined as unsigned
      
        core:
         - allow using gem vma manager in ttm
         - connector/encoder/bridge doc fixes
         - allow more than 3 encoders for a connector
         - displayport mst suspend/resume reprobing support
         - vram lazy unmapping, uniform vram mm and gem vram
         - edid cleanups + AVI informframe bar info
         - displayport helpers - dpcd parser added
      
        dp_cec:
         - Allow a connector to be associated with a cec device
      
        ttm:
         - pipelining with no_gpu_wait fix
         - always keep BOs on the LRU
      
        sched:
         - allow free_job routine to sleep
      
        i915:
         - Block userptr from mappable GTT
         - i9...
      a6ed68d6
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net · 8c39f71e
      Linus Torvalds authored
      Pull networking fixes from David Miller:
       "This is mostly to fix the iwlwifi regression:
      
        1) Flush GRO state properly in iwlwifi driver, from Alexander Lobakin.
      
        2) Validate TIPC link name with properly length macro, from John
           Rutherford.
      
        3) Fix completion init and device query timeouts in ibmvnic, from
           Thomas Falcon.
      
        4) Fix SKB size calculation for netlink messages in psample, from
           Nikolay Aleksandrov.
      
        5) Similar kind of fix for OVS flow dumps, from Paolo Abeni.
      
        6) Handle queue allocation failure unwind properly in gve driver, we
           could try to release pages we didn't allocate. From Jeroen de
           Borst.
      
        7) Serialize TX queue SKB list accesses properly in mscc ocelot
           driver. From Yangbo Lu"
      
      * git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net:
        net: usb: aqc111: Use the correct style for SPDX License Identifier
        net: phy: Use the correct style for SPDX License Identifier
        net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
        net: mscc: ocelot: use skb queue instead of skbs list
        net: mscc: ocelot: avoid incorrect consuming in skbs list
        gve: Fix the queue page list allocated pages count
        net: inet_is_local_reserved_port() port arg should be unsigned short
        openvswitch: fix flow command message size
        net: phy: dp83869: Fix return paths to return proper values
        net: psample: fix skb_over_panic
        net: usbnet: Fix -Wcast-function-type
        net: hso: Fix -Wcast-function-type
        net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)
        ibmvnic: Serialize device queries
        ibmvnic: Bound waits for device queries
        ibmvnic: Terminate waiting device threads after loss of service
        ibmvnic: Fix completion structure initialization
        net-sctp: replace some sock_net(sk) with just 'net'
        net: Fix a documentation bug wrt. ip_unprivileged_port_start
        tipc: fix link name length check
      8c39f71e
  4. 27 Nov, 2019 19 commits
    • Linus Torvalds's avatar
      Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace · 95f1fa9e
      Linus Torvalds authored
      Pull tracing updates from Steven Rostedt:
       "New tracing features:
      
         - New PERMANENT flag to ftrace_ops when attaching a callback to a
           function.
      
           As /proc/sys/kernel/ftrace_enabled when set to zero will disable
           all attached callbacks in ftrace, this has a detrimental impact on
           live kernel tracing, as it disables all that it patched. If a
           ftrace_ops is registered to ftrace with the PERMANENT flag set, it
           will prevent ftrace_enabled from being disabled, and if
           ftrace_enabled is already disabled, it will prevent a ftrace_ops
           with PREMANENT flag set from being registered.
      
         - New register_ftrace_direct().
      
           As eBPF would like to register its own trampolines to be called by
           the ftrace nop locations directly, without going through the ftrace
           trampoline, this function has been added. This allows for eBPF
           trampolines to live along side of ftrace, perf, kprobe an...
      95f1fa9e
    • Linus Torvalds's avatar
      Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblaze · 477093b3
      Linus Torvalds authored
      Pull Microblaze updates from Michal Simek:
      
       - extend DTB space
      
       - defconfig update
      
       - clean up rescheduling logic
      
       - enable SPARSE_IRQ
      
      * tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblaze:
        microblaze: Increase max dtb size to 64K from 32K
        microblaze: Enable SPARSE_IRQ
        microblaze: defconfig: Enable devtmps and tmpfs
        microblaze: entry: Remove unneeded need_resched() loop
      477093b3
    • Linus Torvalds's avatar
      Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · 6a0e20cd
      Linus Torvalds authored
      Pull RISC-V updates from Paul Walmsley:
       "New features:
         - SECCOMP support
         - nommu support
         - SBI-less system support
         - M-Mode support
         - TLB flush optimizations
      
        Other improvements:
         - Pass the complete RISC-V ISA string supported by the CPU cores to
           userspace, rather than redacting parts of it in the kernel
         - Add platform DMA IP block data to the HiFive Unleashed board DT
           file
         - Add Makefile support for BZ2, LZ4, LZMA, LZO kernel image
           compression formats, in line with other architectures
      
        Cleanups:
         - Remove unnecessary PTE_PARENT_SIZE macro
         - Standardize include guard naming across arch/riscv"
      
      * tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (22 commits)
        riscv: provide a flat image loader
        riscv: add nommu support
        riscv: clear the instruction cache and all registers when booting
        riscv: read the hart ID from mhartid on boot
        riscv: provide native clint access for M-mode
        riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00
        riscv: add support for MMIO access to the timer registers
        riscv: implement remote sfence.i using IPIs
        riscv: cleanup the default power off implementation
        riscv: poison SBI calls for M-mode
        riscv: don't allow selecting SBI based drivers for M-mode
        RISC-V: Add multiple compression image format.
        riscv: clean up the macro format in each header file
        riscv: Use PMD_SIZE to replace PTE_PARENT_SIZE
        riscv: abstract out CSR names for supervisor vs machine mode
        riscv: separate MMIO functions into their own header file
        riscv: enter WFI in default_power_off() if SBI does not shutdown
        RISC-V: Issue a tlb page flush if possible
        RISC-V: Issue a local tlbflush if possible.
        RISC-V: Do not invoke SBI call if cpumask is empty
        ...
      6a0e20cd
    • Nishad Kamdar's avatar
      net: usb: aqc111: Use the correct style for SPDX License Identifier · bac139a8
      Nishad Kamdar authored
      This patch corrects the SPDX License Identifier style in
      header files related to drivers for USB Network devices.
      This patch gives an explicit block comment to the
      SPDX License Identifier.
      
      Changes made by using a script provided by Joe Perches here:
      https://lkml.org/lkml/2019/2/7/46
      
      .
      Suggested-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarNishad Kamdar <nishadkamdar@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      bac139a8
    • Nishad Kamdar's avatar
      net: phy: Use the correct style for SPDX License Identifier · 9aab906a
      Nishad Kamdar authored
      This patch corrects the SPDX License Identifier style in
      header files related to PHY Layer for Ethernet drivers.
      For C header files Documentation/process/license-rules.rst
      mandates C-like comments (opposed to C source files where
      C++ style should be used). This patch also gives an explicit
      block comment to the SPDX License Identifier.
      
      Changes made by using a script provided by Joe Perches here:
      https://lkml.org/lkml/2019/2/7/46
      
      .
      Suggested-by: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarNishad Kamdar <nishadkamdar@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      9aab906a
    • Linus Torvalds's avatar
      Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundle · 80eb5fea
      Linus Torvalds authored
      Pull powerpc Spectre-RSB fixes from Michael Ellerman:
       "We failed to activate the mitigation for Spectre-RSB (Return Stack
        Buffer, aka. ret2spec) on context switch, on CPUs prior to Power9
        DD2.3.
      
        That allows a process to poison the RSB (called Link Stack on Power
        CPUs) and possibly misdirect speculative execution of another process.
        If the victim process can be induced to execute a leak gadget then it
        may be possible to extract information from the victim via a side
        channel.
      
        The fix is to correctly activate the link stack flush mitigation on
        all CPUs that have any mitigation of Spectre v2 in userspace enabled.
      
        There's a second commit which adds a link stack flush in the KVM guest
        exit path. A leak via that path has not been demonstrated, but we
        believe it's at least theoretically possible.
      
        This is the fix for CVE-2019-18660"
      
      * tag 'powerpc-spectre-rsb' of /home/torvalds/Downloads/powerpc-CVE-2019-18660.bundle:
        KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
        powerpc/book3s64: Fix link stack flush on context switch
      80eb5fea
    • Alexander Lobakin's avatar
      net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling · b167191e
      Alexander Lobakin authored
      Commit 6570bc79 ("net: core: use listified Rx for GRO_NORMAL in
      napi_gro_receive()") has applied batched GRO_NORMAL packets processing
      to all napi_gro_receive() users, including mac80211-based drivers.
      
      However, this change has led to a regression in iwlwifi driver [1][2] as
      it is required for NAPI users to call napi_complete_done() or
      napi_complete() and the end of every polling iteration, whilst iwlwifi
      doesn't use NAPI scheduling at all and just calls napi_gro_flush().
      In that particular case, packets which have not been already flushed
      from napi->rx_list stall in it until at least next Rx cycle.
      
      Fix this by adding a manual flushing of the list to iwlwifi driver right
      before napi_gro_flush() call to mimic napi_complete() logics.
      
      I prefer to open-code gro_normal_list() rather than exporting it for 2
      reasons:
      * to prevent from using it and napi_gro_flush() in any new drivers,
        as it is the *really* bad way to use NAPI that should be avoided;
      * to keep gro_normal_list() static and don't lose any CC optimizations.
      
      I also don't add the "Fixes:" tag as the mentioned commit was only a
      trigger that only exposed an improper usage of NAPI in this particular
      driver.
      
      [1] https://lore.kernel.org/netdev/PSXP216MB04388962C411CD0B17A86F47804A0@PSXP216MB0438.KORP216.PROD.OUTLOOK.COM
      [2] https://bugzilla.kernel.org/show_bug.cgi?id=205647
      
      Signed-off-by: default avatarAlexander Lobakin <alobakin@dlink.ru>
      Acked-by: default avatarLuca Coelho <luciano.coelho@intel.com>
      Reported-by: default avatarNicholas Johnson <nicholas.johnson-opensource@outlook.com.au>
      Tested-by: default avatarNicholas Johnson <nicholas.johnson-opensource@outlook.com.au>
      Reviewed-by: default avatarEdward Cree <ecree@solarflare.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b167191e
    • Linus Torvalds's avatar
      Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core · 9a3d7fd2
      Linus Torvalds authored
      Pull driver core updates from Greg KH:
       "Here is the "big" set of driver core patches for 5.5-rc1
      
        There's a few minor cleanups and fixes in here, but the majority of
        the patches in here fall into two buckets:
      
         - debugfs api cleanups and fixes
      
         - driver core device link support for boot dependancy issues
      
        The debugfs api cleanups are working to slowly refactor the debugfs
        apis so that it is even harder to use incorrectly. That work has been
        happening for the past few kernel releases and will continue over
        time, it's a long-term project/goal
      
        The driver core device link support missed 5.4 by just a bit, so it's
        been sitting and baking for many months now. It's from Saravana Kannan
        to help resolve the problems that DT-based systems have at boot time
        with dependancy graphs and kernel modules. Turns out that no one has
        actually tried to build a generic arm64 kernel with loads of modules
        and have it "just work" for a variety of platforms (like a distro
        kernel). The big problem turned out to be a lack of dependency
        information between different areas of DT entries, and the work here
        resolves that problem and now allows devices to boot properly, and
        quicker than a monolith kernel.
      
        All of these patches have been in linux-next for a long time with no
        reported issues"
      
      * tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (68 commits)
        tracing: Remove unnecessary DEBUG_FS dependency
        of: property: Add device link support for interrupt-parent, dmas and -gpio(s)
        debugfs: Fix !DEBUG_FS debugfs_create_automount
        of: property: Add device link support for "iommu-map"
        of: property: Fix the semantics of of_is_ancestor_of()
        i2c: of: Populate fwnode in of_i2c_get_board_info()
        drivers: base: Fix Kconfig indentation
        firmware_loader: Fix labels with comma for builtin firmware
        driver core: Allow device link operations inside sync_state()
        driver core: platform: Declare ret variable only once
        cpu-topology: declare parse_acpi_topology in <linux/arch_topology.h>
        crypto: hisilicon: no need to check return value of debugfs_create functions
        driver core: platform: use the correct callback type for bus_find_device
        firmware_class: make firmware caching configurable
        driver core: Clarify documentation for fwnode_operations.add_links()
        mailbox: tegra: Fix superfluous IRQ error message
        net: caif: Fix debugfs on 64-bit platforms
        mac80211: Use debugfs_create_xul() helper
        media: c8sectpfe: no need to check return value of debugfs_create functions
        of: property: Add device link support for iommus, mboxes and io-channels
        ...
      9a3d7fd2
    • Linus Torvalds's avatar
      Merge tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 0dd09bc0
      Linus Torvalds authored
      Pull staging / iio updates from Greg KH:
       "Here is the big staging and iio set of patches for the 5.5-rc1
        release.
      
        It's the usual huge collection of cleanup patches all over the
        drivers/staging/ area, along with a new staging driver, and a bunch of
        new IIO drivers as well.
      
        Full details are in the shortlog, but all of these have been in
        linux-next for a long time with no reported issues"
      
      * tag 'staging-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (548 commits)
        staging: vchiq: Have vchiq_dump_* functions return an error code
        staging: vchiq: Refactor indentation in vchiq_dump_* functions
        staging: fwserial: Fix Kconfig indentation (seven spaces)
        staging: vchiq_dump: Replace min with min_t
        staging: vchiq: Fix block comment format in vchiq_dump()
        staging: octeon: indent with tabs instead of spaces
        staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
        staging: most: core: remove sysfs attr remove_link
        staging: vc04: Fix Kconfig indentation
        staging: pi433: Fix Kconfig indentation
        staging: nvec: Fix Kconfig indentation
        staging: most: Fix Kconfig indentation
        staging: fwserial: Fix Kconfig indentation
        staging: fbtft: Fix Kconfig indentation
        fbtft: Drop OF dependency
        fbtft: Make use of device property API
        fbtft: Drop useless #ifdef CONFIG_OF and dead code
        fbtft: Describe function parameters in kernel-doc
        fbtft: Make sure string is NULL terminated
        staging: rtl8723bs: remove set but not used variable 'change', 'pos'
        ...
      0dd09bc0
    • Linus Torvalds's avatar
      Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 8f56e4eb
      Linus Torvalds authored
      Pull char/misc driver updates from Greg KH:
       "Here is the big set of char/misc and other driver patches for 5.5-rc1
      
        Loads of different things in here, this feels like the catch-all of
        driver subsystems these days. Full details are in the shortlog, but
        nothing major overall, just lots of driver updates and additions.
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (198 commits)
        char: Fix Kconfig indentation, continued
        habanalabs: add more protection of device during reset
        habanalabs: flush EQ workers in hard reset
        habanalabs: make the reset code more consistent
        habanalabs: expose reset counters via existing INFO IOCTL
        habanalabs: make code more concise
        habanalabs: use defines for F/W files
        habanalabs: remove prints on successful device initialization
        habanalabs: remove unnecessary checks
        habanalabs: invalidate MMU cache only once
        habanalabs: skip VA block list update in reset flow
        habanalabs: optimize MMU unmap
        habanalabs: prevent read/write from/to the device during hard reset
        habanalabs: split MMU properties to PCI/DRAM
        habanalabs: re-factor MMU masks and documentation
        habanalabs: type specific MMU cache invalidation
        habanalabs: re-factor memory module code
        habanalabs: export uapi defines to user-space
        habanalabs: don't print error when queues are full
        habanalabs: increase max jobs number to 512
        ...
      8f56e4eb
    • David S. Miller's avatar
      Merge branch 'mscc-skb-lists' · a02e3991
      David S. Miller authored
      
      Yangbo Lu says:
      
      ====================
      net: mscc: ocelot: fix potential issues accessing skbs list
      
      Fix two prtential issues accessing skbs list.
      - Break the matching loop when find the matching skb to avoid
        consuming more skbs incorrectly. The timestamp ID is only
        from 0 to 3 while the FIFO supports 128 timestamps at most.
      - Convert to use skb queue instead of the list of skbs to provide
        protect with lock.
      
      Changes for v2:
      	- Split into two patches.
      	- Converted to use skb queue.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      a02e3991
    • Yangbo Lu's avatar
      net: mscc: ocelot: use skb queue instead of skbs list · b049da13
      Yangbo Lu authored
      
      Convert to use skb queue instead of the list of skbs.
      The skb queue could provide protection with lock.
      Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b049da13
    • Yangbo Lu's avatar
      net: mscc: ocelot: avoid incorrect consuming in skbs list · fc62c094
      Yangbo Lu authored
      
      Break the matching loop when find the matching skb for TX timestamp.
      This is to avoid consuming more skbs incorrectly. The timestamp ID
      is from 0 to 3 while the FIFO could support 128 timestamps at most.
      Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      fc62c094
    • Linus Torvalds's avatar
      Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · 59274c71
      Linus Torvalds authored
      Pull USB updates from Greg KH:
       "Here is the big set of USB patches for 5.5-rc1
      
        Lots of little things in here:
         - typec updates and additions
         - usb-serial drivers cleanups and fixes
         - misc USB drivers cleanups and fixes
         - gadget drivers new features and controllers added
         - usual xhci additions
         - other minor changes
      
        All of these have been in linux-next with no reported issues"
      
      * tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (223 commits)
        usb: gadget: udc: gr_udc: create debugfs directory under usb root
        usb: gadget: atmel: create debugfs directory under usb root
        usb: musb: create debugfs directory under usb root
        usb: serial: Fix Kconfig indentation
        usb: misc: Fix Kconfig indentation
        usb: gadget: Fix Kconfig indentation
        usb: host: Fix Kconfig indentation
        usb: dwc3: Fix Kconfig indentation
        usb: gadget: configfs: Fix missing spin_lock_init()
        usb-storage: Disable UAS on JMicron SATA enclosure
        USB: documentation: flags on usb-storage versus UAS
        USB: uas: heed CAPACITY_HEURISTICS
        USB: uas: honor flag to avoid CAPACITY16
        usb: host: xhci-tegra: Correct phy enable sequence
        usb-serial: cp201x: support Mark-10 digital force gauge
        usb: chipidea: imx: pinctrl for HSIC is optional
        usb: chipidea: imx: refine the error handling for hsic
        usb: chipidea: imx: change hsic power regulator as optional
        usb: chipidea: imx: check data->usbmisc_data against NULL before access
        usb: chipidea: core: change vbus-regulator as optional
        ...
      59274c71
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · d7688697
      Linus Torvalds authored
      Pull rdma updates from Jason Gunthorpe:
       "Again another fairly quiet cycle with few notable core code changes
        and the usual variety of driver bug fixes and small improvements.
      
         - Various driver updates and bug fixes for siw, bnxt_re, hns, qedr,
           iw_cxgb4, vmw_pvrdma, mlx5
      
         - Improvements in SRPT from working with iWarp
      
         - SRIOV VF support for bnxt_re
      
         - Skeleton kernel-doc files for drivers/infiniband
      
         - User visible counters for events related to ODP
      
         - Common code for tracking of mmap lifetimes so that drivers can link
           HW object liftime to a VMA
      
         - ODP bug fixes and rework
      
         - RDMA READ support for efa
      
         - Removal of the very old cxgb3 driver"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (168 commits)
        RDMA/hns: Delete unnecessary callback functions for cq
        RDMA/hns: Rename the functions used inside creating cq
        RDMA/hns: Redefine the member of hns_roce_cq struct
        RDMA/hns: Redefine interfaces used in creating cq
        RDMA/efa: Expose RDMA read related attributes
        RDMA/efa: Support remote read access in MR registration
        RDMA/efa: Store network attributes in device attributes
        IB/hfi1: remove redundant assignment to variable ret
        RDMA/bnxt_re: Fix missing le16_to_cpu
        RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devices
        RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 series
        RDMA/bnxt_re: Fix Kconfig indentation
        IB/mlx5: Implement callbacks for getting VFs GUID attributes
        IB/ipoib: Add ndo operation for getting VFs GUID attributes
        IB/core: Add interfaces to get VF node and port GUIDs
        net/core: Add support for getting VF GUIDs
        RDMA/qedr: Fix null-pointer dereference when calling rdma_user_mmap_get_offset
        RDMA/cm: Use refcount_t type for refcount variable
        IB/mlx5: Support extended number of strides for Striding RQ
        IB/mlx4: Update HW GID table while adding vlan GID
        ...
      d7688697
    • Linus Torvalds's avatar
      Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc · 0e45384c
      Linus Torvalds authored
      Pull MMC updates from Ulf Hansson:
       "These are the updates for MMC and MEMSTICK for v5.5.
      
        Note that this also contains quite some additional changes reaching
        beyond both the MMC and MEMSTICK subsystems. This is primarily because
        of fixing an old regression for a WiFi driver based on the SDIO
        interface on an OMAP openpandora board
      
        MMC core:
         - Add CMD13 polling for MMC IOCTLS with R1B response.
         - Add common DT properties for clk-phase-delays for various speed
           modes.
         - Fix size overflow for mmc gp-partitions.
         - Re-work HW reset for SDIO cards, which also includes a re-work for
           Marvell's WiFi mwifiex SDIO func driver.
      
        MMC host:
         - jz4740: Add support for X1000 and JZ4760.
         - jz4740: Add support for 8-bit bus and for low power mode.
         - mmci: Add support for HW busy timeout for the stm32_sdmmc variant.
         - owl-mmc: Add driver for Actions Semi Owl SoCs SD/MMC controller.
         - renesas_sdhi: Add support for r8a774b1.
         - sdhci_am654: Add support for Command Queuing Engine for J721E.
         - sdhci-milbeaut: Add driver for the Milbeaut SD controller.
         - sdhci-of-arasan: Add support for ZynqMP tap-delays.
         - sdhci-of-arasan: Add support for clk-phase-delays for SD cards.
         - sdhci-of-arasan: Add support for Intel LGM SDXC.
         - sdhci-of-aspeed: Allow inversion of the internal card detect
           signal.
         - sdhci-of-esdhc: Fixup workaround for erratum A-008171 for tunings.
         - sdhci-of-at91: Improve support for calibration.
         - sdhci-pci: Add support for Intel JSL.
         - sdhci-pci: Add quirk for AMD SDHC Device 0x7906.
         - tmio: Enable support for erase/discard/trim requests.
      
        MMC/OMAP/pandora/wl1251:
      
        The TI wl1251 WiFi driver for SDIO on the OMAP openpandora board has
        been broken since v4.7. To fix the problems, changes have been made
        cross subsystems, but also to OMAP2 machine code and to openpandora
        DTS files, as summarized below. Relevant changes have been tagged for
        stable.
      
         - mmc/wl1251: Re-introduce lost SDIO quirks and vendor-id for wl1251
         - omap/omap_hsmmc: Remove redundant platform config for openpandora
         - omap_hsmmc: Initialize non-std SDIO card for wl1251 for pandora
         - omap/dts/pandora: Specify wl1251 through a child node of mmc3
         - wl1251: Add devicetree support for TI wl1251 SDIO"
      
      * tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (73 commits)
        dt-bindings: mmc: Correct the type of the clk phase properties
        Revert "mmc: tmio: remove workaround for NON_REMOVABLE"
        memstick: Fix Kconfig indentation
        mmc: sdhci-of-arasan: Add support for ZynqMP Platform Tap Delays Setup
        dt-bindings: mmc: arasan: Document 'xlnx,zynqmp-8.9a' controller
        firmware: xilinx: Add SDIO Tap Delay nodes
        mmc: sdhci-of-arasan: Add support to set clock phase delays for SD
        dt-bindings: mmc: Add optional generic properties for mmc
        mmc: sdhci-of-arasan: Add sampling clock for a phy to use
        dt-bindings: mmc: arasan: Update Documentation for the input clock
        mmc: sdhci-of-arasan: Separate out clk related data to another structure
        mmc: sdhci: Fix grammar in warning message
        mmc: sdhci-of-aspeed: add inversion signal presence
        mmc: sdhci-of-aspeed: enable CONFIG_MMC_SDHCI_IO_ACCESSORS
        mmc: sdhci_am654: Add Support for Command Queuing Engine to J721E
        mmc: core: Fix size overflow for mmc partitions
        mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requests
        net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitions
        net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definition
        mmc: core: fix wl1251 sdio quirks
        ...
      0e45384c
    • Linus Torvalds's avatar
      Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl · dc5fa465
      Linus Torvalds authored
      Pull pin control updates from Linus Walleij:
       "This is the bulk of pin control changes for v5.5.
      
        It is pretty much business as usual, the most interesting thing I
        think is the pin controller for a new Intel chip called Lightning
        Mountain, which is according to news reports some kind of embedded
        network processor and what is surprising about it is that Intel have
        decided to use device tree to describe the system rather than ACPI
        that they have traditionally favored.
      
        Core changes:
      
         - Avoid taking direct references to device tree-supplied device
           names: these may changed at runtime under certain circumstances to
           kstrdup them.
      
        GPIO related:
      
         - Work is ongoing to move to passing the irqchip along as a templated
           struct gpio_irq_chip when adding a standard gpiolib-based irqchip
           to a GPIO controller, a few patches in this cycle switches a few
           pin control drivers over to using this method.
      
        New hardware support:
      
         - Intel Lightning Mountain SoC pin controller and GPIO support, a
           first Intel platform to use device tree rather than ACPI to
           configure the system. News reports says that this SoC is a network
           processor.
      
         - Qualcomm MSM8976 and MSM8956
      
         - Qualcomm PMIC GPIO now also supports PM6150 and PM6150L
      
         - Qualcomm SPMI MPP and SPMI GPIO for PM8950 and PMI8950
      
         - Rockchip RK3308
      
         - Renesas R8A77961
      
         - Allwinner Meson-A1
      
        Driver improvements:
      
         - get_multiple and set_multiple support for the AT91-PIO4 driver.
      
         - Convert Qualcomm SSBI GPIO to use the hierarchical IRQ helpers in
           the GPIOlib irqchip"
      
      * tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl: (93 commits)
        pinctrl: ingenic: Add OTG VBUS pin for the JZ4770
        pinctrl: ingenic: Handle PIN_CONFIG_OUTPUT config
        pinctrl: Fix Kconfig indentation
        pinctrl: lewisburg: Update pin list according to v1.1v6
        MAINTAINERS: Replace my email by one @kernel.org
        pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()
        dt-bindings: pinctrl: intel: Add for new SoC
        pinctrl: Add pinmux & GPIO controller driver for a new SoC
        pinctrl: rza1: remove unnecessary static inline function
        pinctrl: meson: add pinctrl driver support for Meson-A1 SoC
        pinctrl: meson: add a new callback for SoCs fixup
        pinctrl: nomadik: db8500: Add mc0_a_2 pin group without direction control
        dt-bindings: pinctrl: Convert generic pin mux and config properties to schema
        pinctrl: cherryview: Missed type change to unsigned int
        pinctrl: intel: Missed type change to unsigned int
        pinctrl: use devm_platform_ioremap_resource() to simplify code
        pinctrl: just return if no valid maps
        dt-bindings: pinctrl: qcom-pmic-mpp: Add support for PM/PMI8950
        pinctrl: qcom: spmi-mpp: Add PM/PMI8950 compatible strings
        dt-bindings: pinctrl: qcom-pmic-gpio: Add support for PM/PMI8950
        ...
      dc5fa465
    • Linus Torvalds's avatar
      Merge tag 'hwmon-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging · 3d9e3501
      Linus Torvalds authored
      Pull hwmon updates from Guenter Roeck:
      
       - Add support for Texas Instruments TMP512/513
      
       - Add support for LTC2947
      
       - Add support for BEL PFE1100 and PFE3000
      
       - Various minor improvements and fixes
      
      * tag 'hwmon-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
        dell-smm-hwmon: Add documentation
        hwmon: (dell-smm) Add support for disabling automatic BIOS fan control
        hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.
        dt-bindings: hwmon: Add TMP512/513
        docs: hwmon: Document bel-pfe pmbus driver
        hwmon: (pmbus) add driver for BEL PFE1100 and PFE3000
        dt-bindings: hwmon: Add ltc2947 documentation
        hwmon: Add support for ltc2947
        hwmon: (ina3221) Add summation feature support
        hwmon: (tmp421) Allow reading at 2Hz instead of 0.5Hz
        hwmon: (w83793d) remove redundant assignment to variable res
        hwmon: (pmbus/ibm-cffps) Add version detection capability
        dt-bindings: hwmon: Document ibm,cffps compatible string
        hwmon: abituguru: make array probe_order static, makes object smaller
        hwmon: (applesmc) switch to using input device polling mode
        hwmon: (aspeed-pwm-tacho) Use devm_platform_ioremap_resource() in aspeed_pwm_tacho_probe()
        hwmon: (pmbus/ibm-cffps) Fix LED blink behavior
        hwmon: (pmbus/ibm-cffps) Switch LEDs to blocking brightness call
      3d9e3501
    • Linus Torvalds's avatar
      Merge tag 'for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply · 00074a70
      Linus Torvalds authored
      Pull power supply and reset updates from Sebastian Reichel:
      
       - test_power: add support for current and charge_counter
      
       - cpcap-charger: improve charge calculation and limit default charge
         voltage
      
       - ab8500: convert to IIO
      
       - misc small fixes all over drivers
      
      * tag 'for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply: (29 commits)
        power: supply: bd70528: Add MODULE_ALIAS to allow module auto loading
        power: supply: ab8500_charger: Fix inconsistent IS_ERR and PTR_ERR
        power: supply: cpcap-charger: cpcap_charger_voltage_to_regval() can be static
        power: supply: cpcap-battery: Add basic coulomb counter calibrate support
        power: supply: cpcap-battery: Read and save integrator register CCI
        power: supply: cpcap-battery: Simplify short term power average calculation
        power: supply: cpcap-battery: Simplify coulomb counter calculation with div_s64
        power: supply: cpcap-battery: Move coulomb counter units per lsb to ddata
        power: supply: cpcap-charger: Allow changing constant charge voltage
        power: supply: cpcap-battery: Fix handling of lowered charger voltage
        power: supply: cpcap-charger: Improve battery detection
        power: supply: cpcap-battery: Check voltage before orderly_poweroff
        power: supply: cpcap-charger: Limit voltage to 4.2V for battery
        power: supply: ab8500: Handle invalid IRQ from platform_get_irq_byname()
        power: supply: ab8500_fg: Do not free non-requested IRQs in probe's error path
        power: supply: ab8500: Cleanup probe in reverse order
        power: reset: at91: fix __le32 cast in reset code
        power: supply: abx500_chargalg: Fix code indentation
        mfd: Switch the AB8500 GPADC to IIO
        iio: adc: New driver for the AB8500 GPADC
        ...
      00074a70