1. 21 Jan, 2016 32 commits
  2. 20 Jan, 2016 8 commits
    • Linus Torvalds's avatar
      Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma · 9fa68606
      Linus Torvalds authored
      Pull dmaengine fixes from Vinod Koul:
       "Here is my second pull request for this window:
      
        A few driver fixes have piled up and one missed rcar bindings patch
        which got somehow lost in for-linus branch so cherry-picked that one.
      
        Fixes are for dw, at_hdmac, edma"
      
      * tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dma:
        dmaengine: rcar-dmac: Document SoC specific bindings
        dmaengine: at_xdmac: fix resume for cyclic transfers
        dmaengine: dw: fix cyclic transfer callbacks
        dmaengine: dw: fix cyclic transfer setup
        dmaengine: edma: Fix paRAM slot allocation for entry channel 0
      9fa68606
    • Linus Torvalds's avatar
      Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild · 90bf353b
      Linus Torvalds authored
      Pull misc kbuild updates from Michal Marek:
       - Fix for make O=... perf-tar*
       - make tags revamp and fix for the fallout.  Patch for warnings about
         line breaks inside DEFINE_PER_CPU macros is pending
       - New coccinelle test
      
      * 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
        coccinelle: tests: unsigned value cannot be lesser than zero
        tags: Unify emacs and exuberant rules
        tags: Drop the _PE rule
        tags: Do not try to index defconfigs
        tags: Process Kconfig files in a single pass
        tags: Fix erroneous pattern match in a comment
        aic7xxx: Avoid name collision with <linux/list.h>
        tags: Treat header files as C code
        package Makefile: fix perf-tar targets when outdir is set
        scripts/tags.sh: Teach tags about more powerpc macros
      90bf353b
    • Linus Torvalds's avatar
      Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild · af75d517
      Linus Torvalds authored
      Pull kconfig updates from Michal Marek:
       - Fix for make xconfig segfault
       - Handle long strings in config symbol values
       - Fix for mixing boolean and kconfig ternary type
      
      * 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
        kconfig: fix qconf segfault by deleting heap objects
        kconfig: return 'false' instead of 'no' in bool function
        kconfig: allow kconfig to handle longer path names
      af75d517
    • Linus Torvalds's avatar
      Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild · d9569f00
      Linus Torvalds authored
      Pull kbuild updates from Michal Marek:
       - Make <modname>-m in makefiles work like <modname>-y and fix the
         fallout
       - Minor genksyms fix
       - Fix race with make -j install modules_install
       - Move -Wsign-compare from make W=1 to W=2
       - Other minor fixes
      
      * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
        kbuild: Demote 'sign-compare' warning to W=2
        Makefile: revert "Makefile: Document ability to make file.lst and file.S" partially
        kbuild: Do not run modules_install and install in paralel
        genksyms: Handle string literals with spaces in reference files
        fixdep: constify strrcmp arguments
        ath10k: Fix build with CONFIG_THERMAL=m
        Revert "drm: Hack around CONFIG_AGP=m build failures"
        kbuild: Allow to specify composite modules with modname-m
        staging/ad7606: Actually build the interface modules
      d9569f00
    • David Howells's avatar
      FRV: Mark architecture orphaned · 0cf0305f
      David Howells authored
      Mark the FRV architecture orphaned in the MAINTAINERS file.
      Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      0cf0305f
    • Simon Horman's avatar
      MAINTAINERS: Update mailing list for Renesas SoC Development · 4a121096
      Simon Horman authored
      Update the mailing list used for development of support for
      Renesas SoCs and related drivers.
      
      Up until now the linux-sh mailing list has been used, however,
      Renesas SoCs are now much wider than the SH architecture and there
      is some desire from some for the linux-sh list to refocus on
      discussion of the work on the SH architecture.
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      Acked-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Acked-by: default avatarMagnus Damm <damm@opensource.se>
      Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
      Acked-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
      Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Acked-by: default avatarRich Felker <dalias@libc.org>
      Acked-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      4a121096
    • Arnd Bergmann's avatar
      mm: avoid uninitialized variable in tracepoint · 629d9d1c
      Arnd Bergmann authored
      A newly added tracepoint in the hugepage code uses a variable in the
      error handling that is not initialized at that point:
      
      include/trace/events/huge_memory.h:81:230: error: 'isolated' may be used uninitialized in this function [-Werror=maybe-uninitialized]
      
      The result is relatively harmless, as the trace data will in rare
      cases contain incorrect data.
      
      This works around the problem by adding an explicit initialization.
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Fixes: 7d2eba05 ("mm: add tracepoint for scanning pages")
      Reviewed-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
      Acked-by: default avatarDavid Rientjes <rientjes@google.com>
      Cc: Kirill A. Shutemov <kirill@shutemov.name>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      629d9d1c
    • Linus Torvalds's avatar
      Merge tag 'platform-drivers-x86-v4.5-1' of... · 2b4015e9
      Linus Torvalds authored
      Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
      
      Pull x86 platform driver updates from Darren Hart:
       "Add intel punit and telemetry driver for APL SoCs.
        Add intel-hid driver for various laptop hotkey support.
        Add asus-wireless radio control driver.
        Keyboard backlight support/improvements for ThinkPads, Vaio, and Toshiba.
        Several hotkey related fixes and improvements for dell and toshiba.
        Fix oops on dual GPU Macs in apple-gmux.
        A few new device IDs and quirks.
        Various minor config related build issues and cleanups.
      
        surface pro 4:
         - fix compare_const_fl.cocci warnings
         - Add support for Surface Pro 4 Buttons
      
        platform/x86:
         - Add Intel Telemetry Debugfs interfaces
         - Add Intel telemetry platform device
         - Add Intel telemetry platform driver
         - Add Intel Telemetry Core Driver
         - add NULL check for input parameters
         - add Intel P-Unit mailbox IPC driver
         - update acpi resource structure for Punit
      
        thinkpad_acpi:
         - Add support for keyboard backlight
      
        dell-wmi:
         - Process only one event on devices with interface version 0
         - Check if Dell WMI descriptor structure is valid
         - Improve unknown hotkey handling
         - Use a C99-style array for bios_to_linux_keycode
      
        tc1100-wmi:
         - fix build warning when CONFIG_PM not enabled
      
        asus-wireless:
         - Add ACPI HID ATK4001
         - Add Asus Wireless Radio Control driver
      
        asus-wmi:
         - drop to_platform_driver macro
      
        intel-hid:
         - new hid event driver for hotkeys
      
        sony-laptop:
         - Keyboard backlight control for some Vaio Fit models
      
        ideapad-laptop:
         - Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
      
        apple-gmux:
         - Assign apple_gmux_data before registering
      
        toshiba_acpi:
         - Add rfkill dependency to ACPI_TOSHIBA entry
         - Fix keyboard backlight sysfs entries not being updated
         - Add WWAN RFKill support
         - Add support for WWAN devices
         - Fix blank screen at boot if transflective backlight is supported
         - Propagate the hotkey value via genetlink
      
        toshiba_bluetooth:
         - Add missing newline in toshiba_bluetooth_present function"
      
      * tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86: (29 commits)
        surface pro 4: fix compare_const_fl.cocci warnings
        surface pro 4: Add support for Surface Pro 4 Buttons
        platform:x86: Add Intel Telemetry Debugfs interfaces
        platform:x86: Add Intel telemetry platform device
        platform:x86: Add Intel telemetry platform driver
        platform/x86: Add Intel Telemetry Core Driver
        intel_punit_ipc: add NULL check for input parameters
        thinkpad_acpi: Add support for keyboard backlight
        dell-wmi: Process only one event on devices with interface version 0
        dell-wmi: Check if Dell WMI descriptor structure is valid
        tc1100-wmi: fix build warning when CONFIG_PM not enabled
        asus-wireless: Add ACPI HID ATK4001
        platform/x86: Add Asus Wireless Radio Control driver
        asus-wmi: drop to_platform_driver macro
        intel-hid: new hid event driver for hotkeys
        Keyboard backlight control for some Vaio Fit models
        platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry
        platform:x86: add Intel P-Unit mailbox IPC driver
        intel_pmc_ipc: update acpi resource structure for Punit
        ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
        ...
      2b4015e9