Skip to content
  1. Dec 01, 2016
  2. Nov 30, 2016
  3. Nov 28, 2016
  4. Nov 25, 2016
  5. Nov 22, 2016
  6. Nov 21, 2016
    • Linus Walleij's avatar
      mfd: qcom-pm8xxx: Clean up PM8XXX namespace · 40a3a0f2
      Linus Walleij authored
      
      
      The Kconfig and file naming for the PM8xxx driver is totally
      confusing:
      
      - Kconfig options MFD_PM8XXX and MFD_PM8921_CORE, some in-kernel
        users depending on or selecting either at random.
      - A driver file named pm8921-core.c even if it is indeed
        used by the whole PM8xxx family of chips.
      - An irqchip named pm8xxx since it was (I guess) realized that
        the driver was generic for all pm8xxx PMICs.
      
      As I may want to add support for PM8901 this is starting to get
      really messy. Fix this situation by:
      
      - Remove the MFD_PM8921_CORE symbol and rely solely on MFD_PM8XXX
        and convert all users, including LEDs Kconfig and ARM defconfigs
        for qcom and multi_v7 to use that single symbol.
      - Renaming the driver to qcom-pm8xxx.c to fit along the two
        other qcom* prefixed drivers.
      - Rename functions withing the driver from 8921 to 8xxx to
        indicate it is generic.
      - Just drop the =m config from the pxa_defconfig, I have no clue
        why it is even there, it is not a Qualcomm platform. (Possibly
        older Kconfig noise from saveconfig.)
      
      Cc: Stephen Boyd <sboyd@codeaurora.org>
      Cc: Neil Armstrong <narmstrong@baylibre.com>
      Cc: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Reviewed-by: default avatarAndy Gross <andy.gross@linaro.org>
      Acked-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
      Acked-by: default avatarJacek Anaszewski <j.anaszewski@samsung.com>
      Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
      40a3a0f2
  7. Nov 18, 2016
  8. Nov 15, 2016
  9. Nov 11, 2016
  10. Nov 09, 2016
  11. Nov 08, 2016
  12. Nov 02, 2016
    • Alan Tull's avatar
      ARM: socfpga: updates for socfpga_defconfig · 37a7b3e2
      Alan Tull authored
      
      
      This patch enables the following in the
      socfpga_defconfig:
      
      +CONFIG_OF_OVERLAY=y
        Enable support for Device Tree Overlays
      
      +CONFIG_FPGA_REGION=y
        Enable device tree overlay support for FPGA
        programming
      
      +CONFIG_FPGA_MGR_SOCFPGA_A10=y
        Enable partial reconfiguration for Altera
        Arria 10 FPGA
      
      +CONFIG_FPGA_BRIDGE=y
        Enable the FPGA Bridges framework
      
      +CONFIG_SOCFPGA_FPGA_BRIDGE=y
        Enable support for SoCFPGA hardware
        bridges
      
      +CONFIG_ALTERA_FREEZE_BRIDGE=y
        Enable support for the Altera Soft IP
        Freeze bridges
      
      Signed-off-by: default avatarAlan Tull <atull@opensource.altera.com>
      37a7b3e2
  13. Nov 01, 2016
  14. Oct 27, 2016
  15. Oct 26, 2016
    • Bartlomiej Zolnierkiewicz's avatar
      arm: spitz_defconfig: convert to use libata PATA drivers · bc9c6cc8
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts spitz_defconfig to use libata PATA
      drivers.
      
      Cc: Daniel Mack <daniel@zonque.org>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Cc: Robert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      bc9c6cc8
    • Bartlomiej Zolnierkiewicz's avatar
      arm: s3c2410_defconfig: convert to use libata PATA drivers · cc81123e
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts s3c2410_defconfig to use libata PATA
      drivers.
      
      Cc: Kukjin Kim <kgene@kernel.org>
      Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>
      Cc: linux-samsung-soc@vger.kernel.org
      Cc: Ben Dooks <ben.dooks@codethink.co.uk>
      Cc: Vincent Sanders <vince@simtec.co.uk>
      Cc: Simtec Linux Team <linux@simtec.co.uk>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      cc81123e
    • Bartlomiej Zolnierkiewicz's avatar
      arm: netwinder_defconfig: convert to use libata PATA drivers · 4289ab7a
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts netwinder_defconfig to use libata PATA
      drivers.
      
      Cc: Russell King <linux@arm.linux.org.uk>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      4289ab7a
    • Bartlomiej Zolnierkiewicz's avatar
      arm: jornada720_defconfig: convert to use libata PATA drivers · 26d14eb3
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts jornada720_defconfig to use libata PATA
      drivers.
      
      Cc: Kristoffer Ericson <kristoffer.ericson@gmail.com>
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      26d14eb3
    • Bartlomiej Zolnierkiewicz's avatar
      arm: ixp4xx_defconfig: convert to use libata PATA drivers · 150a55a4
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts ixp4xx_defconfig to use libata PATA
      drivers.
      
      Cc: Imre Kaloz <kaloz@openwrt.org>
      Cc: Krzysztof Halasa <khalasa@piap.pl>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      150a55a4
    • Bartlomiej Zolnierkiewicz's avatar
      arm: h3600_defconfig: convert to use libata PATA drivers · 8b7f25bb
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts h3600_defconfig to use libata PATA
      drivers.
      
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      8b7f25bb
    • Bartlomiej Zolnierkiewicz's avatar
      arm: corgi_defconfig: convert to use libata PATA drivers · f3514095
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts corgi_defconfig to use libata PATA
      drivers.
      
      Cc: Daniel Mack <daniel@zonque.org>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Cc: Robert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      f3514095
    • Bartlomiej Zolnierkiewicz's avatar
      arm: am200epdkit_defconfig: convert to use libata PATA drivers · 752a47ef
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts am200epdkit_defconfig to use libata PATA
      drivers.
      
      Cc: Daniel Mack <daniel@zonque.org>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Cc: Robert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      752a47ef
    • Bartlomiej Zolnierkiewicz's avatar
      arm: omap1_defconfig: convert to use libata PATA drivers · ff171966
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts omap1_defconfig to use libata PATA
      drivers.
      
      Cc: linux-omap@vger.kernel.org
      Acked-by: default avatarTony Lindgren <tony@atomide.com>
      Acked-by: default avatarAaro Koskinen <aaro.koskinen@iki.fi>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      ff171966
    • Bartlomiej Zolnierkiewicz's avatar
      arm: collie_defconfig: convert to use libata PATA drivers · fb93fdab
      Bartlomiej Zolnierkiewicz authored
      
      
      IDE subsystem has been deprecated since 2009 and the majority
      (if not all) of Linux distributions have switched to use
      libata for ATA support exclusively.  However there are still
      some users (mostly old or/and embedded non-x86 systems) that
      have not converted from using IDE subsystem to libata PATA
      drivers.  This doesn't seem to be good thing in the long-term
      for Linux as while there is less and less PATA systems left
      in use:
      
      * testing efforts are divided between two subsystems
      
      * having duplicate drivers for same hardware confuses users
      
      This patch converts collie_defconfig to use libata PATA
      drivers.
      
      Acked-by: default avatarDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      fb93fdab
    • Bartlomiej Zolnierkiewicz's avatar
      arm: shannon_defconfig: disable IDE subsystem · 1a2b32e5
      Bartlomiej Zolnierkiewicz authored
      
      
      This patch disables deprecated IDE subsystem in shannon_defconfig
      (no IDE host drivers are selected in this config so there is no
      valid reason to enable IDE subsystem itself).
      
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      1a2b32e5
    • Bartlomiej Zolnierkiewicz's avatar
      arm: mainstone_defconfig: disable IDE subsystem · a17d7bf2
      Bartlomiej Zolnierkiewicz authored
      
      
      This patch disables deprecated IDE subsystem in mainstone_defconfig
      (no IDE host drivers are selected in this config so there is no valid
      reason to enable IDE subsystem itself).
      
      Cc: Daniel Mack <daniel@zonque.org>
      Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
      Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      a17d7bf2
    • Bartlomiej Zolnierkiewicz's avatar
      arm: lart_defconfig: disable IDE subsystem · 5d9283de
      Bartlomiej Zolnierkiewicz authored
      
      
      This patch disables deprecated IDE subsystem in lart_defconfig
      (no IDE host drivers are selected in this config so there is no
      valid reason to enable IDE subsystem itself).
      
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      5d9283de
    • Bartlomiej Zolnierkiewicz's avatar
      arm: cerfcube_defconfig: disable IDE subsystem · ff9c6cb3
      Bartlomiej Zolnierkiewicz authored
      
      
      This patch disables deprecated IDE subsystem in cerfcube_defconfig
      (no IDE host drivers are selected in this config so there is no
      valid reason to enable IDE subsystem itself).
      
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      ff9c6cb3
    • Bartlomiej Zolnierkiewicz's avatar
      arm: badge4_defconfig: disable IDE subsystem · 241680cb
      Bartlomiej Zolnierkiewicz authored
      
      
      This patch disables deprecated IDE subsystem in badge4_defconfig
      (no IDE host drivers are selected in this config so there is no
      valid reason to enable IDE subsystem itself).
      
      Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
      241680cb
Loading