19 Jun, 2019

1 commit

  • Based on 1 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 as published by
    the free software foundation either version 2 of the license this
    program is distributed in the hope that it will be useful but
    without any warranty without even the implied warranty of
    merchantability or fitness for a particular purpose see the gnu
    general public license for more details

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

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

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Allison Randal
    Reviewed-by: Alexios Zavras
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190602204653.904365654@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

22 Aug, 2018

1 commit

  • Add an extra argument to ahci_platform_get_resources(), that is
    for the bitmap representing the resource to get in this function.

    Currently there is no resources to be defined, so all the callers set
    '0' to the argument.

    Suggested-by: Hans de Goede
    Cc: Thierry Reding
    Cc: Matthias Brugger
    Cc: Patrice Chotard
    Cc: Maxime Ripard
    Signed-off-by: Kunihiko Hayashi
    Reviewed-by: Hans de Goede
    Signed-off-by: Tejun Heo

    Kunihiko Hayashi
     

16 Jun, 2016

1 commit


14 Apr, 2016

1 commit

  • AMD Seattle SATA controller mostly conforms to AHCI interface with some
    special register to control SGPIO interface. In the case of an AHCI
    controller, the SGPIO feature is ideally implemented using the
    "Enclosure Management" register of the AHCI controller, but those
    registeres are not implemented in the Seattle SoC. Instead SoC
    (Rev B0 onwards) provides a 32-bit SGPIO control register which should
    be programmed to control the activity, locate and fault LEDs.

    The driver is based on ahci_platform driver.

    Signed-off-by: Brijesh Singh
    Acked-by: Hans de Goede
    CC: tj@kernel.org
    CC: linux-ide@vger.kernel.org
    Signed-off-by: Tejun Heo

    Brijesh Singh