Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Mar 17, 2020
  3. Mar 16, 2020
  4. Mar 13, 2020
    • Tudor Ambarus's avatar
      Merge tag 'mtk-mtd-spi-move' into spi-nor/next · 69228a02
      Tudor Ambarus authored
      spi: Rewrite mtk-quadspi spi-nor driver with spi-mem
      
      This patchset from Chuanhong Guo <gch981213@gmail.com> adds a spi-mem
      driver for Mediatek SPI-NOR controller, which already has limited
      support by mtk-quadspi. This new driver can make use of full quadspi
      capability of this controller.
      
      The mtk-quadspi driver is replaced by the new spi-mtk-nor driver.
      Merge it in spi-nor/next to avoid conflicts during the release cycle.
      69228a02
  5. Mar 11, 2020
  6. Feb 27, 2020
  7. Feb 19, 2020
  8. Feb 16, 2020
    • Jungseung Lee's avatar
      mtd: spi-nor: introduce SR_BP_SHIFT define · 8c79fa6c
      Jungseung Lee authored
      
      The shift variable of SR_BP is conclusive because the first bit of SR_BP
      is fixed on all known flashes. Replace ffs operation with SR_BP_SHIFT.
      
      Signed-off-by: default avatarJungseung Lee <js07.lee@samsung.com>
      Signed-off-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
      8c79fa6c
    • Sergei Shtylyov's avatar
      mtd: spi-nor: use le32_to_cpu_array() · 5b24efe7
      Sergei Shtylyov authored
      
      The driver calls le32_to_cpu() to convert the little-endian tables
      to  a CPU endianness, where le32_to_cpus() should have been called.
      Was going to use that one... and then discovered a whole array
      converter, le32_to_cpu_array()! :-)
      
      Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
      5b24efe7
    • Linus Torvalds's avatar
      Linux 5.6-rc2 · 11a48a5a
      Linus Torvalds authored
      v5.6-rc2
      11a48a5a
    • Linus Torvalds's avatar
      Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmi · ab02b61f
      Linus Torvalds authored
      Pull IPMI update from Corey Minyard:
       "Minor bug fixes for IPMI
      
        I know this is late; I've been travelling and, well, I've been
        distracted.
      
        This is just a few bug fixes and adding i2c support to the IPMB
        driver, which is something I wanted from the beginning for it"
      
      * tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmi:
        drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write
        ipmi:ssif: Handle a possible NULL pointer reference
        drivers: ipmi: Modify max length of IPMB packet
        drivers: ipmi: Support raw i2c packet in IPMB
      ab02b61f
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 44024adb
      Linus Torvalds authored
      Pull KVM fixes from Paolo Bonzini:
       "Bugfixes and improvements to selftests.
      
        On top of this, Mauro converted the KVM documentation to rst format,
        which was very welcome"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (44 commits)
        docs: virt: guest-halt-polling.txt convert to ReST
        docs: kvm: review-checklist.txt: rename to ReST
        docs: kvm: Convert timekeeping.txt to ReST format
        docs: kvm: Convert s390-diag.txt to ReST format
        docs: kvm: Convert ppc-pv.txt to ReST format
        docs: kvm: Convert nested-vmx.txt to ReST format
        docs: kvm: Convert mmu.txt to ReST format
        docs: kvm: Convert locking.txt to ReST format
        docs: kvm: Convert hypercalls.txt to ReST format
        docs: kvm: arm/psci.txt: convert to ReST
        docs: kvm: convert arm/hyp-abi.txt to ReST
        docs: kvm: Convert api.txt to ReST format
        docs: kvm: convert devices/xive.txt to ReST
        docs: kvm: convert devices/xics.txt to ReST
        docs: kvm: convert devices/vm.txt to ReST
        docs: kvm: convert devices/vfio.txt to ReST
        docs: kvm: convert devices/vcpu.txt to ReST
        docs: kvm: convert devices/s390_flic.txt to ReST
        docs: kvm: convert devices/mpic.txt to ReST
        docs: kvm: convert devices/arm-vgit.txt to ReST
        ...
      44024adb
    • Linus Torvalds's avatar
      Merge tag 'edac_urgent_for_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras · b982df72
      Linus Torvalds authored
      Pull EDAC fixes from Borislav Petkov:
       "Two fixes for use-after-free and memory leaking in the EDAC core, by
        Robert Richter.
      
        Debug options like DEBUG_TEST_DRIVER_REMOVE, KASAN and DEBUG_KMEMLEAK
        unearthed issues with the lifespan of memory allocated by the EDAC
        memory controller descriptor due to misdesigned memory freeing, done
        partially by the EDAC core *and* the driver core, which is problematic
        to say the least.
      
        These two are minimal fixes to take care of stable - a proper rework
        is following which cleans up that mess properly"
      
      * tag 'edac_urgent_for_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras:
        EDAC/sysfs: Remove csrow objects on errors
        EDAC/mc: Fix use-after-free and memleaks during device removal
      b982df72