14 Nov, 2016

1 commit

  • 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 storcenter_defconfig to use libata PATA
    drivers.

    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     

08 Jul, 2016

1 commit

  • Update defconfigs to remove old symbols and comments referencing old
    symbols.

    Dropped:

    * AVERAGE
    * INET_LRO
    * EXT3_DEFAULTS_TO_ORDERED
    * EXT3_FS_XATTR
    * I2O
    * INFINIBAND_AMSO1100
    * INFINIBAND_EHCA
    * IP1000

    Replaced:

    * BLK_DEV_XIP -> BLK_DEV_RAM_DAX
    * CLK_PPC_CORENET -> CLK_QORIQ
    * EXT2_FS_XIP -> FS_DAX
    * EXT3_FS* -> EXT4_FS*

    Signed-off-by: Andrew Donnellan
    Signed-off-by: Michael Ellerman

    Andrew Donnellan
     

20 Jan, 2015

1 commit

  • It looks like it's ~4 years since we updated some of these, so do a bulk
    update.

    Verified that the before and after generated configs are exactly the
    same.

    Which begs the question why update them? The answer is that it can be
    confusing when the stored defconfig drifts too far from the generated
    result.

    Signed-off-by: Michael Ellerman

    Michael Ellerman
     

28 May, 2014

1 commit


07 Mar, 2014

1 commit

  • This patch removes CONFIG_MTD_PARTITIONS in config files for powerpc.
    Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724.

    Signed-off-by: Eunbong Song
    Signed-off-by: Benjamin Herrenschmidt

    송은봉
     

21 Jan, 2011

1 commit

  • The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
    is used to configure any non-standard kernel with a much larger scope than
    only small devices.

    This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
    references to the option throughout the kernel. A new CONFIG_EMBEDDED
    option is added that automatically selects CONFIG_EXPERT when enabled and
    can be used in the future to isolate options that should only be
    considered for embedded systems (RISC architectures, SLOB, etc).

    Calling the option "EXPERT" more accurately represents its intention: only
    expert users who understand the impact of the configuration changes they
    are making should enable it.

    Reviewed-by: Ingo Molnar
    Acked-by: David Woodhouse
    Signed-off-by: David Rientjes
    Cc: Greg KH
    Cc: "David S. Miller"
    Cc: Jens Axboe
    Cc: Arnd Bergmann
    Cc: Robin Holt
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Rientjes
     

09 Aug, 2010

1 commit


15 Jun, 2010

1 commit

  • Acked-by: Grant Likely

    On 5 May 2010 21:33, "Anton Blanchard" wrote:

    CONFIG_SYSFS_DEPRECATED can cause issues with newer distros and should not
    be required for any distro in the last 3 or 4 years, so disable it.

    Signed-off-by: Anton Blanchard
    Signed-off-by: Benjamin Herrenschmidt

    Grant Likely
     

20 Apr, 2010

1 commit


06 Jan, 2010

1 commit


05 Nov, 2009

1 commit


30 Jul, 2009

1 commit


14 May, 2009

1 commit


10 Mar, 2009

1 commit

  • Defining flash partition table in platform code is deprecated, and due to
    recent changes linkstation and storcenter do not compile any more with
    their default configurations because of undefined references to
    physmap_set_partitions(). Instead of fixing them by using the correct
    kernel configuration macro in preprocessor conditional, remove partition
    table definitions altogether. Instead add support for partition definition
    on the command-line and in device tree to the default configurations.

    Signed-off-by: Guennadi Liakhovetski
    Signed-off-by: Kumar Gala

    Guennadi Liakhovetski
     

28 Jan, 2009

1 commit


27 Jan, 2009

2 commits


09 Nov, 2008

1 commit


21 Aug, 2008

1 commit


09 Jun, 2008

1 commit


01 Apr, 2008

1 commit


24 Mar, 2008

1 commit


24 Jan, 2008

1 commit