18 Jul, 2016

37 commits


16 Jul, 2016

3 commits

  • Pull MTD fix from Brian Norris:
    "Late MTD fix for v4.7:

    One regression in the Device Tree handling for OMAP NAND handling of
    the ELM node. TI migrated to using the property name "ti,elm-id", but
    forgot to keep compatibility with the old "elm_id" property.

    Also, might as well send out this MAINTAINERS fixup now"

    * tag 'for-linus-20160715' of git://git.infradead.org/linux-mtd:
    mtd: nand: omap2: Add check for old elm binding
    MAINTAINERS: Add file patterns for mtd device tree bindings

    Linus Torvalds
     
  • Pull input fixes from Dmitry Torokhov:
    "A few last-minute updates for the input subsystem"

    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
    Input: ts4800-ts - add missing of_node_put after calling of_parse_phandle
    Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcount
    Revert "Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE"
    Input: xpad - validate USB endpoint count during probe
    Input: add SW_PEN_INSERTED define

    Linus Torvalds
     
  • Pull workqueue fix from Tejun Heo:
    "The optimization for setting unbound worker affinity masks collided
    with recent scheduler changes triggering warning messages.

    This late pull request fixes the bug by removing the optimization"

    * 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
    workqueue: Fix setting affinity of unbound worker threads

    Linus Torvalds