1. 10 Oct, 2013 1 commit
    • Kevin Hilman's avatar
      Merge tag 'renesas-soc2-for-v3.13' of... · 695e6044
      Kevin Hilman authored
      Merge tag 'renesas-soc2-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      From Simon Horman:
      Second Round of Renesas ARM based SoC updates for v3.13
      
      * SMP support for r8a7791 SoC
      * r8a7779_init_irq_extpin() for DT for r8a7779 and r8a7778 SoCs
      * Add HPB-DMAC to r8a7779 and r8a7778 SoCs
      * Add r7s72100 SoC
      * Make use of ARCH timer workaround on r8a7791 SoC
      * Add IRQC platform device support to r8a7791 SoC
      * Add I2C clocks and aliases for the DT mode for r8a7790 SoC
      * Add MAC platform device to r8a73a4 SoC
      
      * tag 'renesas-soc2-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: r8a7791 SMP support
        ARM: shmobile: r8a7779: split r8a7779_init_irq_extpin() for DT
        ARM: shmobile: r8a7778: split r8a7778_init_irq_extpin() for DT
        ARM: shmobile: r7s72100 SCIF support
        ARM: shmobile: Initial r7s72100 SoC support
        ARM: shmobile: r8a7791 Arch timer workaround
        ARM: shmobile: r8a7791 IRQC platform device support
        ARM: shmobile: Introduce r8a7791_add_standard_devices()
        ARM: shmobile: Break out R-Car Gen2 setup code
        ARM: shmobile: r8a73a4: add a clock alias for the DMAC in DT mode
        ARM: shmobile: r8a7790: add I2C clocks and aliases for the DT mode
        ARM: shmobile: r8a7779: add HPB-DMAC support
        ARM: shmobile: r8a7778: add HPB-DMAC support
        ARM: shmobile: r8a73a4: add a DMAC platform device and clock for it
        ARM: shmobile: Remove #gpio-ranges-cells DT property
        gpio: rcar: Remove #gpio-range-cells DT property usage
        ARM: shmobile: armadillo: fixup ether pinctrl naming
        ARM: shmobile: Lager: add Micrel KSZ8041 PHY fixup
        ARM: shmobile: update SDHI DT compatibility string to the <unit>-<soc> format
      Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
      695e6044
  2. 08 Oct, 2013 16 commits
  3. 07 Oct, 2013 3 commits
    • Olof Johansson's avatar
      Merge tag 'renesas-smp-for-v3.13' of... · eea4fba5
      Olof Johansson authored
      Merge tag 'renesas-smp-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      From Simon Horman:
      Renesas ARM based SoC SMP updates for v3.13
      
      * Add CPU notifier based SCU boot vector code
        - Use on emev2, r8a7779 and sh73a0 SoCs
        - Remove now unused shmobile_smp_scu_boot_secondary()
      * Add shared APMU SMP support code
        - Use to add SMP support for r8a7790 SoC
      * Introduce shmobile_boot_size
      * Expose shmobile_invalidate_start()
      * Introduce shmobile_smp_cpu_disable()
        - Use on sh73a0 SoC
        - Remove now unused shmobile_smp_init_cpus()
      
      * tag 'renesas-smp-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: Include CA7 cores in APMU table
        ARM: shmobile: Extend APMU code to allow single cluster only
        ARM: shmobile: Remove shmobile_smp_scu_boot_secondary()
        ARM: shmobile: Let r8a7779 rely on SCU CPU notifier
        ARM: shmobile: Let EMEV2 rely on SCU CPU notifier
        ARM: shmobile: Let sh73a0 rely on SCU CPU notifier
        ARM: shmobile: Add CPU notifier based SCU boot vector code
        ARM: shmobile: Add r8a7790 SMP support using APMU code
        ARM: shmobile: Shared APMU SMP support code without DT
        ARM: shmobile: Introduce shmobile_boot_size
        ARM: shmobile: Expose shmobile_invalidate_start()
        ARM: shmobile: Remove unused shmobile_smp_init_cpus()
        ARM: shmobile: Use shmobile_smp_cpu_disable() on sh73a0
        ARM: shmobile: Introduce shmobile_smp_cpu_disable()
        ARM: shmobile: r8a7790: Constify platform data and resources
        ARM: shmobile: Rename to r8a7790_init_early()
        ARM: shmobile: Rename to r8a73a4_init_early()
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      eea4fba5
    • Olof Johansson's avatar
      Merge tag 'renesas-soc-for-v3.13' of... · 6c409bfa
      Olof Johansson authored
      Merge tag 'renesas-soc-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc
      
      From Simon Horman:
      Renesas ARM based SoC updates for v3.13
      
      * Add support for r8a7791 SoC
      * Rename DU device in clock lookups list of r8a7779 SoC
      * USB and SSI/SRU clock support for r8a7778 SoC
      * USB phy power control function support for r8a7778 SoC
      
      * tag 'renesas-soc-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
        ARM: shmobile: r8a7778: add usb phy power control function
        ARM: shmobile: r8a7778: add USBHS clock
        ARM: shmobile: r8a7791 CMT support
        ARM: shmobile: r8a7791 SCIF support
        ARM: shmobile: Initial r8a7791 SoC support
        ARM: shmobile: r8a7778: add SSI/SRU clock support
        ARM: shmobile: r8a7790: Add DU and LVDS clocks
        ARM: shmobile: r8a7779: Rename DU device in clock lookups list
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      6c409bfa
    • Michael Opdenacker's avatar
      ARM: davinci: remove deprecated IRQF_DISABLED · 1091a654
      Michael Opdenacker authored
      This patch proposes to remove the IRQF_DISABLED flag from Davinci code ;)
      It's a NOOP since 2.6.35, and will be removed one day
      Signed-off-by: default avatarMichael Opdenacker <michael.opdenacker@free-electrons.com>
      Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      1091a654
  4. 30 Sep, 2013 14 commits
  5. 26 Sep, 2013 1 commit
  6. 23 Sep, 2013 4 commits
    • Linus Torvalds's avatar
      Linux 3.12-rc2 · 4a10c2ac
      Linus Torvalds authored
      4a10c2ac
    • Linus Torvalds's avatar
      Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging · 9d23108d
      Linus Torvalds authored
      Pull staging fixes from Greg KH:
       "Here are a number of small staging tree and iio driver fixes.  Nothing
        major, just lots of little things"
      
      * tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging: (34 commits)
        iio:buffer_cb: Add missing iio_buffer_init()
        iio: Prevent race between IIO chardev opening and IIO device free
        iio: fix: Keep a reference to the IIO device for open file descriptors
        iio: Stop sampling when the device is removed
        iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL
        iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resume
        iio: Fix bma180 dev-to-indio_dev conversion in suspend/resume
        iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume
        iio: iio_device_add_event_sysfs() bugfix
        staging: iio: ade7854-spi: Fix return value
        staging:iio:hmc5843: Fix measurement conversion
        iio: isl29018: Fix uninitialized value
        staging:iio:dummy fix kfifo_buf kconfig dependency issue if kfifo modular and buffer enabled for built in dummy driver.
        iio: at91: fix adc_clk overflow
        staging: line6: add bounds check in snd_toneport_source_put()
        Staging: comedi: Fix dependencies for drivers misclassified as PCI
        staging: r8188eu: Adjust RX gain
        staging: r8188eu: Fix smatch warning in core/rtw_ieee80211.
        staging: r8188eu: Fix smatch error in core/rtw_mlme_ext.c
        staging: r8188eu: Fix Smatch off-by-one warning in hal/rtl8188e_hal_init.c
        ...
      9d23108d
    • Linus Torvalds's avatar
      Merge tag 'usb-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb · e04a0a5a
      Linus Torvalds authored
      Pull USB fixes from Greg KH:
       "Here are a number of small USB fixes for 3.12-rc2.
      
        One is a revert of a EHCI change that isn't quite ready for 3.12.
        Others are minor things, gadget fixes, Kconfig fixes, and some quirks
        and documentation updates.
      
        All have been in linux-next for a bit"
      
      * tag 'usb-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
        USB: pl2303: distinguish between original and cloned HX chips
        USB: Faraday fotg210: fix email addresses
        USB: fix typo in usb serial simple driver Kconfig
        Revert "USB: EHCI: support running URB giveback in tasklet context"
        usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr
        usb: s3c-hsotg: fix unregistration function
        usb: gadget: f_mass_storage: reset endpoint driver data when disabled
        usb: host: fsl-mph-dr-of: Staticize local symbols
        usb: gadget: f_eem: Staticize eem_alloc
        usb: gadget: f_ecm: Staticize ecm_alloc
        usb: phy: omap-usb3: Fix return value
        usb: dwc3: gadget: avoid memory leak when failing to allocate all eps
        usb: dwc3: remove extcon dependency
        usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()
        usb: dwc3: pci: add support for BayTrail
        usb: gadget: cdc2: fix conversion to new interface of f_ecm
        usb: gadget: fix a bug and a WARN_ON in dummy-hcd
        usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_disable()
      e04a0a5a
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · d8524ae9
      Linus Torvalds authored
      Pull drm fixes from Dave Airlie:
       - some small fixes for msm and exynos
       - a regression revert affecting nouveau users with old userspace
       - intel pageflip deadlock and gpu hang fixes, hsw modesetting hangs
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (22 commits)
        Revert "drm: mark context support as a legacy subsystem"
        drm/i915: Don't enable the cursor on a disable pipe
        drm/i915: do not update cursor in crtc mode set
        drm/exynos: fix return value check in lowlevel_buffer_allocate()
        drm/exynos: Fix address space warnings in exynos_drm_fbdev.c
        drm/exynos: Fix address space warning in exynos_drm_buf.c
        drm/exynos: Remove redundant OF dependency
        drm/msm: drop unnecessary set_need_resched()
        drm/i915: kill set_need_resched
        drm/msm: fix potential NULL pointer dereference
        drm/i915/dvo: set crtc timings again for panel fixed modes
        drm/i915/sdvo: Robustify the dtd<->drm_mode conversions
        drm/msm: workaround for missing irq
        drm/msm: return -EBUSY if bo still active
        drm/msm: fix return value check in ERR_PTR()
        drm/msm: fix cmdstream size check
        drm/msm: hangcheck harder
        drm/msm: handle read vs write fences
        drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion
        drm/i915: Use proper print format for debug prints
        ...
      d8524ae9
  7. 22 Sep, 2013 1 commit
    • Linus Torvalds's avatar
      Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block · 68cf8d0c
      Linus Torvalds authored
      Pull block IO fixes from Jens Axboe:
       "After merge window, no new stuff this time only a collection of neatly
        confined and simple fixes"
      
      * 'for-3.12/core' of git://git.kernel.dk/linux-block:
        cfq: explicitly use 64bit divide operation for 64bit arguments
        block: Add nr_bios to block_rq_remap tracepoint
        If the queue is dying then we only call the rq->end_io callout. This leaves bios setup on the request, because the caller assumes when the blk_execute_rq_nowait/blk_execute_rq call has completed that the rq->bios have been cleaned up.
        bio-integrity: Fix use of bs->bio_integrity_pool after free
        blkcg: relocate root_blkg setting and clearing
        block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)
        block: trace all devices plug operation
      68cf8d0c