19 Jun, 2019

1 commit

  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation #

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 4122 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Enrico Weigelt
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

14 Jan, 2016

1 commit


31 Oct, 2015

2 commits

  • In the case of a device tree config the code uses the device ID
    from the DT entry to check which codec is required but when storing
    the ID into struct arizona it was always using the non-DT SPI device
    table to get an ID.

    This patch changes the code to store the correct ID into struct arizona.

    Signed-off-by: Richard Fitzgerald
    Acked-by: Lee Jones
    Signed-off-by: Charles Keepax
    Signed-off-by: Lee Jones

    Richard Fitzgerald
     
  • Remove the use of #ifdefs around each case statement of the chip ID
    and type validation switches.

    We must ensure that the contained code still compiles to nothing if
    support for that codec was not built into the kernel, to prevent
    creation of link references to missing functions. So the ifdefs are
    replaced with a use of the IS_ENABLED() macro.

    Signed-off-by: Richard Fitzgerald
    Signed-off-by: Charles Keepax
    Signed-off-by: Lee Jones

    Richard Fitzgerald
     

11 Aug, 2015

2 commits


26 Feb, 2015

1 commit


09 Jul, 2014

1 commit


23 Oct, 2013

1 commit


18 Jun, 2013

1 commit

  • The wm8997 is a compact, high-performance audio hub CODEC with SLIMbus
    interfacing, for smartphones, tablets and other portable audio devices
    based on the Arizona platform.

    This patch integrates the wm8997 into the Arizona mfd.

    Signed-off-by: Charles Keepax
    Signed-off-by: Samuel Ortiz

    Charles Keepax
     

20 May, 2013

1 commit


29 Nov, 2012

3 commits

  • CONFIG_HOTPLUG is going away as an option so __devexit is no
    longer needed.

    Signed-off-by: Bill Pemberton
    Cc: Srinidhi Kasagar
    Cc: Peter Tyser
    Cc: Daniel Walker
    Cc: Bryan Huntsman
    Acked-by: David Brown
    Acked-by: Linus Walleij
    Acked-by: Mark Brown
    Signed-off-by: Greg Kroah-Hartman

    Bill Pemberton
     
  • CONFIG_HOTPLUG is going away as an option so __devinit is no longer
    needed.

    Signed-off-by: Bill Pemberton
    Cc: Srinidhi Kasagar
    Cc: Peter Tyser
    Cc: Daniel Walker
    Cc: Bryan Huntsman
    Acked-by: David Brown
    Acked-by: Mark Brown
    Signed-off-by: Greg Kroah-Hartman

    Bill Pemberton
     
  • CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
    needed.

    Signed-off-by: Bill Pemberton
    Cc: Srinidhi Kasagar
    Cc: Peter Tyser
    Cc: Daniel Walker
    Cc: Bryan Huntsman
    Acked-by: David Brown
    Acked-by: Linus Walleij
    Acked-by: Mark Brown
    Signed-off-by: Greg Kroah-Hartman

    Bill Pemberton
     

16 Jul, 2012

1 commit

  • The WM5110 is a highly-integrated low-power audio system for smartphones,
    tablets and other portable audio devices. It combines an advanced DSP
    feature set with a flexible, high-performance audio hub CODEC.

    The support is based on the Arizona core driver.

    Signed-off-by: Mark Brown
    Signed-off-by: Samuel Ortiz

    Mark Brown
     

09 Jul, 2012

1 commit


23 Jun, 2012

1 commit

  • Several forthcoming Wolfson devices are based on a common platform
    known as Arizona allowing a great deal of reuse of driver code. This
    patch adds I2C bus interface code for the devices.

    Signed-off-by: Mark Brown

    Mark Brown