1. 21 Nov, 2014 5 commits
    • Takashi Iwai's avatar
      ALSA: usb-audio: Add Digidesign Mbox 1 resume support · 25a9a4f9
      Takashi Iwai authored
      Again another quirk fix, just convert to usb_mixer_elem_list with the
      resume callback for Mbox 1 stuff.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      25a9a4f9
    • Takashi Iwai's avatar
      ALSA: usb-audio: Add Xonar U1 resume support · 2bfb14c3
      Takashi Iwai authored
      This time it's about Xonar U1: add the proper resume support for
      "Digital Playback Switch" element.
      
      Also, the status is moved into kcontrol private_value from
      usb_mixer_interface struct field.  One more cut.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      2bfb14c3
    • Takashi Iwai's avatar
      ALSA: usb-audio: Add Emu0204 channel switch resume support · 5f503ee9
      Takashi Iwai authored
      Similar as the previous fix, this adds the proper resume support to
      Emu0202 "Front Jack Channels" enum mixer element.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      5f503ee9
    • Takashi Iwai's avatar
      ALSA: usb-audio: Add audigy2nx resume support · 9cf3689b
      Takashi Iwai authored
      Rewrite the code to handle LEDs on audigy2nx and co for supporting the
      proper resume.  A new internal helper function
      add_single_ctl_with_resume() is introduced to manage the
      usb_mixer_elem_list more easily.
      
      Also while we're at it, move audigy2nx_leds[] in usb_mixer_interface
      struct into the private_value of each kctl, too.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      9cf3689b
    • Takashi Iwai's avatar
      ALSA: usb-audio: Allow quirks to handle own resume and proc dump · 3360b84b
      Takashi Iwai authored
      So far, we blindly assumed that the all usb-audio mixer elements
      follow the standard and apply the standard resume method for the
      registered elements in the id_elems[] list.  However, some quirks
      really need the own resume and it's incomplete for now.
      
      This patch enhances the resume handling in two folds:
      - split some fields in struct usb_mixer_elem_info into a smaller
        header struct (usb_mixer_elem_list) for keeping the minimal
        information in the linked-list; the usb_mixer_elem_info embeds this
        header struct instead
      - add resume and dump callbacks to usb_mixer_elem_list struct to allow
        quirks providing the own methods
      
      For the standard mixer elements, these new callbacks are set to the
      standard ones as default, thus there is no functional change by this
      patch yet.
      
      The dump and resume callbacks are typedef'ed for ease of later patches
      using arrays of such function pointers.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      3360b84b
  2. 20 Nov, 2014 4 commits
  3. 18 Nov, 2014 3 commits
  4. 17 Nov, 2014 14 commits
  5. 16 Nov, 2014 10 commits
  6. 15 Nov, 2014 4 commits
    • Linus Torvalds's avatar
      Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm · 5f01feb8
      Linus Torvalds authored
      Pull ARM fixes from Russell King:
       "Two fixes this time, one to ensure that the kuser helper option
        depends on MMU as they aren't available for noMMU targets (and if the
        option is selected, we end up oopsing.)
      
        The second fix plugs a corner case with the decompressor, ensuring
        that the instruction stream can see the relocated code in every case
        on ARMv7 CPUs"
      
      * 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm:
        ARM: 8198/1: make kuser helpers depend on MMU
        ARM: 8191/1: decompressor: ensure I-side picks up relocated code
      5f01feb8
    • Linus Torvalds's avatar
      Merge branch 'parisc-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux · 555e5986
      Linus Torvalds authored
      Pull parisc updates from Helge Deller:
       "Changes include:
         - wire up the bpf syscall
         - remove CONFIG_64BIT usage from some userspace-exported header files
         - use compat functions for msgctl, shmat, shmctl and semtimedop
           syscalls"
      
      * 'parisc-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
        parisc: Avoid using CONFIG_64BIT in userspace exported headers
        parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscalls
        parisc: Use BUILD_BUG() instead of undefined functions
        parisc: Wire up bpf syscall
      555e5986
    • Linus Torvalds's avatar
      Merge tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6 · ec7de656
      Linus Torvalds authored
      Pull power supply updates from Sebastian Reichel:
       "Power supply and reset changes for the v3.18-rc:
      
         - misc. charger-manager fixes
         - year 2038 fix in ab8500_fg
         - fix error handling of bq2415x_charger"
      
      * tag 'for-v3.18-rc' of git://git.infradead.org/battery-2.6:
        power: charger-manager: Fix accessing invalidated power supply after charger unbind
        power: charger-manager: Fix accessing invalidated power supply after fuel gauge unbind
        power: charger-manager: Avoid recursive thermal get_temp call
        power_supply: Add no_thermal property to prevent recursive get_temp calls
        power: bq2415x_charger: Fix memory leak on DTS parsing error
        power: bq2415x_charger: Properly handle ENODEV from power_supply_get_by_phandle
        power: ab8500_fg.c: use 64-bit time types
      ec7de656
    • Linus Torvalds's avatar
      Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux · e0611671
      Linus Torvalds authored
      Pull drm gixes from Dave Airlie:
       - exynos: infinite loop regressions fixed
       - i915: one regression
       - radeon: one race condition on monitor probing
       - noveau: two regressions
       - tegra: one vblank regression fix
      
      * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
        drm/tegra: dc: Add missing call to drm_vblank_on()
        drm/nouveau/nv50/disp: Fix modeset on G94
        drm/gk20a/fb: fix setting of large page size bit
        drm/radeon: add locking around atombios scratch space usage
        drm/i915: Fix obj->map_and_fenceable across tiling changes
        drm/exynos: fix possible infinite loop issue
        drm/exynos: g2d: fix null pointer dereference
        drm/exynos: resolve infinite loop issue on non multi-platform
        drm/exynos: resolve infinite loop issue on multi-platform
      e0611671