1. 01 Oct, 2020 1 commit
  2. 30 Sep, 2020 2 commits
  3. 28 Sep, 2020 6 commits
  4. 21 Sep, 2020 4 commits
  5. 17 Sep, 2020 3 commits
    • Mark Brown's avatar
      Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittinen... · 0199f866
      Mark Brown authored
      Merge series "Support ROHM BD9576MUF and BD9573MUF PMICs" from Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>:
      
      Initial support for ROHM BD9576MUF and BD9573MUF PMICs.
      
      These PMICs are primarily intended to be used to power the R-Car family
      processors. BD9576MUF includes some additional safety features the
      BD9573MUF does not have. This initial version of drivers does not
      utilize these features and for now the SW behaviour is identical.
      
      Please note that this version of drivers is only tested on BD9576MUF
      but according to the data-sheets the relevant parts of registers should
      be same so drivers should also work on BD9573MUF.
      
      This patch series includes MFD, watchdog and regulator drivers with
      basic functionality such as:
      
      - Enabling and pinging the watchdog
      - configuring watchog timeout / window from device-tree
      - reading regulator states/voltages
      - enabling/disabling VOUT1 (VD50) when control mode B is used.
      
      This patch series does not bring interrupt support. BD9576MUF and BD9573MUF
      are designed to keep the IRQ line low for whole duration of error
      condition. IRQ can't be 'acked'. So proper IRQ support would require
      some IRQ limiter implementation (delayed unmask?) in order to not hog
      the CPU.
      
      ---
      
      Matti Vaittinen (6):
        dt_bindings: mfd: Add ROHM BD9576MUF and BD9573MUF PMICs
        dt_bindings: regulator: Add ROHM BD9576MUF and BD9573MUF PMICs
        mfd: Support ROHM BD9576MUF and BD9573MUF
        wdt: Support wdt on ROHM BD9576MUF and BD9573MUF
        regulator: Support ROHM BD9576MUF and BD9573MUF
        MAINTAINERS: Add ROHM BD9576MUF and BD9573MUF drivers
      
       .../bindings/mfd/rohm,bd9576-pmic.yaml        | 129 +++++++
       .../regulator/rohm,bd9576-regulator.yaml      |  33 ++
       MAINTAINERS                                   |   4 +
       drivers/mfd/Kconfig                           |  11 +
       drivers/mfd/Makefile                          |   1 +
       drivers/mfd/rohm-bd9576.c                     | 130 +++++++
       drivers/regulator/Kconfig                     |  10 +
       drivers/regulator/Makefile                    |   1 +
       drivers/regulator/bd9576-regulator.c          | 337 ++++++++++++++++++
       drivers/watchdog/Kconfig                      |  13 +
       drivers/watchdog/Makefile                     |   1 +
       drivers/watchdog/bd9576_wdt.c                 | 295 +++++++++++++++
       include/linux/mfd/rohm-bd957x.h               |  61 ++++
       include/linux/mfd/rohm-generic.h              |   2 +
       14 files changed, 1028 insertions(+)
       create mode 100644 Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml
       create mode 100644 Documentation/devicetree/bindings/regulator/rohm,bd9576-regulator.yaml
       create mode 100644 drivers/mfd/rohm-bd9576.c
       create mode 100644 drivers/regulator/bd9576-regulator.c
       create mode 100644 drivers/watchdog/bd9576_wdt.c
       create mode 100644 include/linux/mfd/rohm-bd957x.h
      
      base-commit: f4d51dff
      --
      2.21.0
      
      --
      Matti Vaittinen, Linux device drivers
      ROHM Semiconductors, Finland SWDC
      Kiviharjunlenkki 1E
      90220 OULU
      FINLAND
      
      ~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
      Simon says - in Latin please.
      ~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
      Thanks to Simon Glass for the translation =]
      0199f866
    • Matti Vaittinen's avatar
      regulator: Support ROHM BD9576MUF and BD9573MUF · b014e9fa
      Matti Vaittinen authored
      Add initial support for ROHM BD9576MUF and BD9573MUF PMICs regulators.
      These PMICs are mainly used to power the R-Car series processors.
      
      The BD9576 includes some functional-safety features which are not
      present on BD9573.
      Signed-off-by: default avatarMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
      Link: https://lore.kernel.org/r/78baea1d7922506827ca717e277e4e6b391bbb78.1600329307.git.matti.vaittinen@fi.rohmeurope.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      b014e9fa
    • Matti Vaittinen's avatar
  6. 14 Sep, 2020 5 commits
  7. 10 Sep, 2020 2 commits
  8. 07 Sep, 2020 5 commits
  9. 06 Sep, 2020 4 commits
    • Linus Torvalds's avatar
      Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block · a8205e31
      Linus Torvalds authored
      Pull more io_uring fixes from Jens Axboe:
       "Two followup fixes. One is fixing a regression from this merge window,
        the other is two commits fixing cancelation of deferred requests.
      
        Both have gone through full testing, and both spawned a few new
        regression test additions to liburing.
      
         - Don't play games with const, properly store the output iovec and
           assign it as needed.
      
         - Deferred request cancelation fix (Pavel)"
      
      * tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block:
        io_uring: fix linked deferred ->files cancellation
        io_uring: fix cancel of deferred reqs with ->files
        io_uring: fix explicit async read/write mapping for large segments
      a8205e31
    • Linus Torvalds's avatar
      Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu · 2ccdd9f8
      Linus Torvalds authored
      Pull iommu fixes from Joerg Roedel:
      
       - three Intel VT-d fixes to fix address handling on 32bit, fix a NULL
         pointer dereference bug and serialize a hardware register access as
         required by the VT-d spec.
      
       - two patches for AMD IOMMU to force AMD GPUs into translation mode
         when memory encryption is active and disallow using IOMMUv2
         functionality.  This makes the AMDGPU driver work when memory
         encryption is active.
      
       - two more fixes for AMD IOMMU to fix updating the Interrupt Remapping
         Table Entries.
      
       - MAINTAINERS file update for the Qualcom IOMMU driver.
      
      * tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu:
        iommu/vt-d: Handle 36bit addressing for x86-32
        iommu/amd: Do not use IOMMUv2 functionality when SME is active
        iommu/amd: Do not force direct mapping when SME is active
        iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE
        iommu/amd: Restore IRTE.RemapEn bit after programming IRTE
        iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set()
        iommu/vt-d: Serialize IOMMU GCMD register modifications
        MAINTAINERS: Update QUALCOMM IOMMU after Arm SMMU drivers move
      2ccdd9f8
    • Linus Torvalds's avatar
      Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 015b3155
      Linus Torvalds authored
      Pull x86 fixes from Ingo Molnar:
      
       - more generic entry code ABI fallout
      
       - debug register handling bugfixes
      
       - fix vmalloc mappings on 32-bit kernels
      
       - kprobes instrumentation output fix on 32-bit kernels
      
       - fix over-eager WARN_ON_ONCE() on !SMAP hardware
      
       - NUMA debugging fix
      
       - fix Clang related crash on !RETPOLINE kernels
      
      * tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/entry: Unbreak 32bit fast syscall
        x86/debug: Allow a single level of #DB recursion
        x86/entry: Fix AC assertion
        tracing/kprobes, x86/ptrace: Fix regs argument order for i386
        x86, fakenuma: Fix invalid starting node ID
        x86/mm/32: Bring back vmalloc faulting on x86_32
        x86/cmdline: Disable jump tables for cmdline.c
      015b3155
    • Linus Torvalds's avatar
      Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip · 68beef57
      Linus Torvalds authored
      Pull xen updates from Juergen Gross:
       "A small series for fixing a problem with Xen PVH guests when running
        as backends (e.g. as dom0).
      
        Mapping other guests' memory is now working via ZONE_DEVICE, thus not
        requiring to abuse the memory hotplug functionality for that purpose"
      
      * tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
        xen: add helpers to allocate unpopulated memory
        memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
        xen/balloon: add header guard
      68beef57
  10. 05 Sep, 2020 8 commits