1. 06 Nov, 2015 36 commits
  2. 05 Nov, 2015 4 commits
    • Linus Torvalds's avatar
      Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 8e483ed1
      Linus Torvalds authored
      Pull char/misc driver updates from Greg KH:
       "Here is the big char/misc driver update for 4.4-rc1.  Lots of
        different driver and subsystem updates, hwtracing being the largest
        with the addition of some new platforms that are now supported.  Full
        details in the shortlog.
      
        All of these have been in linux-next for a long time with no reported
        issues"
      
      * tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (181 commits)
        fpga: socfpga: Fix check of return value of devm_request_irq
        lkdtm: fix ACCESS_USERSPACE test
        mcb: Destroy IDA on module unload
        mcb: Do not return zero on error path in mcb_pci_probe()
        mei: bus: set the device name before running fixup
        mei: bus: use correct lock ordering
        mei: Fix debugfs filename in error output
        char: ipmi: ipmi_ssif: Replace timeval with timespec64
        fpga: zynq-fpga: Fix issue with drvdata being overwritten.
        fpga manager: remove unnecessary null pointer checks
        fpga manager: ensure lifetime with of_fpga_mgr_get
        fpga: zynq-fpga: Change fw format to handle bin instead of bit.
        fpga: zynq-fpga: Fix unbalanced clock handling
        misc: sram: partition base address belongs to __iomem space
        coresight: etm3x: adding documentation for sysFS's cpu interface
        vme: 8-bit status/id takes 256 values, not 255
        fpga manager: Adding FPGA Manager support for Xilinx Zynq 7000
        ARM: zynq: dt: Updated devicetree for Zynq 7000 platform.
        ARM: dt: fpga: Added binding docs for Xilinx Zynq FPGA manager.
        ver_linux: proc/modules, limit text processing to 'sed'
        ...
      8e483ed1
    • Linus Torvalds's avatar
      Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core · e880e874
      Linus Torvalds authored
      Pull driver core updates from Greg KH:
       "Here's the "big" driver core updates for 4.4-rc1.  Primarily a bunch
        of debugfs updates, with a smattering of minor driver core fixes and
        updates as well.
      
        All have been in linux-next for a long time"
      
      * tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        debugfs: Add debugfs_create_ulong()
        of: to support binding numa node to specified device in devicetree
        debugfs: Add read-only/write-only bool file ops
        debugfs: Add read-only/write-only size_t file ops
        debugfs: Add read-only/write-only x64 file ops
        debugfs: Consolidate file mode checks in debugfs_create_*()
        Revert "mm: Check if section present during memory block (un)registering"
        driver-core: platform: Provide helpers for multi-driver modules
        mm: Check if section present during memory block (un)registering
        devres: fix a for loop bounds check
        CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bit
        base/platform: assert that dev_pm_domain callbacks are called unconditionally
        sysfs: correctly handle short reads on PREALLOC attrs.
        base: soc: siplify ida usage
        kobject: move EXPORT_SYMBOL() macros next to corresponding definitions
        kobject: explain what kobject's sd field is
        debugfs: document that debugfs_remove*() accepts NULL and error values
        debugfs: Pass bool pointer to debugfs_create_bool()
        ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
      e880e874
    • Linus Torvalds's avatar
      Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 118c216e
      Linus Torvalds authored
      Pull staging driver updates from Greg KH:
       "Here's the big staging driver update for 4.4-rc1.  If you were
        disappointed for 4.3-rc1 that we didn't contribute enough changesets,
        you should be happy with this pull request of over 2400 patches.
      
        But overall we removed more lines of code than we added, which is nice
        to see.  Full details in the shortlog.
      
        All of these have been in linux-next for a while"
      
      Greg, I've never been disappointed in how few commits Staging
      contributes to the kernel..  Never.
      
      * tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (2431 commits)
        Staging: rtl8192u: ieee80211: added missing blank lines
        Staging: rtl8192u: ieee80211: removed unnecessary braces
        Staging: rtl8192u: ieee80211: corrected block comments
        Staging: rtl8192u: ieee80211: corrected indent
        Staging: rtl8192u: ieee80211: added missing spaces after if
        Staging: rtl8192u: ieee80211: added missing space around '='
        Staging: rtl8192u: ieee80211: fixed position of else statements
        Staging: rtl8192u: ieee80211: fixed open brace positions
        staging: rdma: ipath: Remove unneeded vairable.
        staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function
        staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt] in store_pwrindex_offset function
        staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.c
        staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into two parts
        staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis
        staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/bb_cfg.c
        staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal/bb_cfg.c
        staging: rtl8188eu: operator = replaced by += in loop increment
        staging: rtl8188eu: occurrence of the 5 GHz code marked
        staging: rtl8188eu: increment placed into for loop header
        staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie
        ...
      118c216e
    • Linus Torvalds's avatar
      Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty · fd0d351d
      Linus Torvalds authored
      Pull tty/serial driver updates from Greg KH:
       "Here is the big tty and serial driver update for 4.4-rc1.
      
        Lots of serial driver updates and a few small tty core changes.  Full
        details in the shortlog.
      
        All of these have been in linux-next for a while"
      
      * tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty: (148 commits)
        tty: Use unbound workqueue for all input workers
        tty: Abstract tty buffer work
        tty: Prevent tty teardown during tty_write_message()
        tty: core: Use correct spinlock flavor in tiocspgrp()
        tty: Combine SIGTTOU/SIGTTIN handling
        serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()
        ttyFDC: Fix build problems due to use of module_{init,exit}
        tty: remove unneeded return statement
        serial: 8250_mid: add support for DMA engine handling from UART MMIO
        dmaengine: hsu: remove platform data
        dmaengine: hsu: introduce stubs for the exported functions
        dmaengine: hsu: make the UART driver in control of selecting this driver
        serial: fix mctrl helper functions
        serial: 8250_pci: Intel MID UART support to its own driver
        serial: fsl_lpuart: add earlycon support
        tty: disable unbind for old 74xx based serial/mpsc console port
        serial: pl011: Spelling s/clocks-names/clock-names/
        n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY chars
        tty: synclink, fix indentation
        serial: at91, fix rs485 properties
        ...
      fd0d351d