linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC,05/10] i2c: s3c2410: Remove support for Exynos5440
@ 2018-04-24 20:32 Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2018-04-24 20:32 UTC (permalink / raw)
  To: Kukjin Kim, Krzysztof Kozlowski, Rob Herring, Mark Rutland,
	Tejun Heo, Sylwester Nawrocki, Tomasz Figa, Chanwoo Choi,
	Michael Turquette, Stephen Boyd, Rafael J. Wysocki, Viresh Kumar,
	Zhang Rui, Eduardo Valentin, Russell King, Hans de Goede,
	Linus Walleij, Andi Shyti, Mark Brown, Bartlomiej Zolnierkiewicz,
	Alan Stern, Greg Kroah-Hartman, linux-arm-kernel,
	linux-samsung-soc, devicetree, linux-kernel, linux-ide, linux-clk,
	linux-pm, linux-i2c, linux-gpio, linux-spi, linux-usb
  Cc: Marek Szyprowski, Arnd Bergmann, Olof Johansson, Jaehoon Chung

The Exynos5440 is not actively developed, there are no development
boards available and probably there are no real products with it.
Remove wide-tree support for Exynos5440.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/devicetree/bindings/i2c/i2c-s3c2410.txt | 4 +---
 drivers/i2c/busses/i2c-s3c2410.c                      | 2 --
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-s3c2410.txt b/Documentation/devicetree/bindings/i2c/i2c-s3c2410.txt
index 89b3250f049b..66ae46d3bc2f 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-s3c2410.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-s3c2410.txt
@@ -8,9 +8,7 @@ Required properties:
       (b) "samsung, s3c2440-i2c", for i2c compatible with s3c2440 i2c.
       (c) "samsung, s3c2440-hdmiphy-i2c", for s3c2440-like i2c used
           inside HDMIPHY block found on several samsung SoCs
-      (d) "samsung, exynos5440-i2c", for s3c2440-like i2c used
-	   on EXYNOS5440 which does not need GPIO configuration.
-      (e) "samsung, exynos5-sata-phy-i2c", for s3c2440-like i2c used as
+      (d) "samsung, exynos5-sata-phy-i2c", for s3c2440-like i2c used as
 	   a host to SATA PHY controller on an internal bus.
   - reg: physical base address of the controller and length of memory mapped
     region.
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c
index 5d97510ee48b..9fe2b6951895 100644
--- a/drivers/i2c/busses/i2c-s3c2410.c
+++ b/drivers/i2c/busses/i2c-s3c2410.c
@@ -154,8 +154,6 @@ static const struct of_device_id s3c24xx_i2c_match[] = {
 	{ .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 },
 	{ .compatible = "samsung,s3c2440-hdmiphy-i2c",
 	  .data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) },
-	{ .compatible = "samsung,exynos5440-i2c",
-	  .data = (void *)(QUIRK_S3C2440 | QUIRK_NO_GPIO) },
 	{ .compatible = "samsung,exynos5-sata-phy-i2c",
 	  .data = (void *)(QUIRK_S3C2440 | QUIRK_POLL | QUIRK_NO_GPIO) },
 	{},

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [RFC,05/10] i2c: s3c2410: Remove support for Exynos5440
@ 2018-04-25 12:56 Sylwester Nawrocki
  0 siblings, 0 replies; 4+ messages in thread
From: Sylwester Nawrocki @ 2018-04-25 12:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Russell King, linux-i2c
  Cc: Kukjin Kim, Rob Herring, Mark Rutland, Tejun Heo, Tomasz Figa,
	Chanwoo Choi, Michael Turquette, Stephen Boyd, Rafael J. Wysocki,
	Viresh Kumar, Zhang Rui, Eduardo Valentin, Hans de Goede,
	Linus Walleij, Andi Shyti, Mark Brown, Bartlomiej Zolnierkiewicz,
	Alan Stern, Greg Kroah-Hartman, linux-arm-kernel,
	linux-samsung-soc, devicetree, linux-kernel, linux-ide, linux-clk,
	linux-pm, linux-gpio, linux-spi, linux-usb, Marek Szyprowski,
	Arnd Bergmann, Olof Johansson, Jaehoon Chung

On 04/24/2018 10:32 PM, Krzysztof Kozlowski wrote:
> The Exynos5440 is not actively developed, there are no development
> boards available and probably there are no real products with it.
> Remove wide-tree support for Exynos5440.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [RFC,05/10] i2c: s3c2410: Remove support for Exynos5440
@ 2018-04-26  4:33 Andi Shyti
  0 siblings, 0 replies; 4+ messages in thread
From: Andi Shyti @ 2018-04-26  4:33 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kukjin Kim, Rob Herring, Mark Rutland, Tejun Heo,
	Sylwester Nawrocki, Tomasz Figa, Chanwoo Choi, Michael Turquette,
	Stephen Boyd, Rafael J. Wysocki, Viresh Kumar, Zhang Rui,
	Eduardo Valentin, Russell King, Hans de Goede, Linus Walleij,
	Mark Brown, Bartlomiej Zolnierkiewicz, Alan Stern,
	Greg Kroah-Hartman, linux-arm-kernel, linux-samsung-soc,
	devicetree, linux-kernel, linux-ide, linux-clk, linux-pm,
	linux-i2c, linux-gpio, linux-spi, linux-usb, Marek Szyprowski,
	Arnd Bergmann, Olof Johansson, Jaehoon Chung

Hi Krzysztof,

On 25.04.2018 05:32, Krzysztof Kozlowski wrote:
> The Exynos5440 is not actively developed, there are no development
> boards available and probably there are no real products with it.
> Remove wide-tree support for Exynos5440.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

looks good, Reviewed-by: Andi Shyti <andi@etezian.org>

Thanks,
Andi
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [RFC,05/10] i2c: s3c2410: Remove support for Exynos5440
@ 2018-04-28 12:44 Wolfram Sang
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2018-04-28 12:44 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kukjin Kim, Rob Herring, Mark Rutland, Tejun Heo,
	Sylwester Nawrocki, Tomasz Figa, Chanwoo Choi, Michael Turquette,
	Stephen Boyd, Rafael J. Wysocki, Viresh Kumar, Zhang Rui,
	Eduardo Valentin, Russell King, Hans de Goede, Linus Walleij,
	Andi Shyti, Mark Brown, Bartlomiej Zolnierkiewicz, Alan Stern,
	Greg Kroah-Hartman, linux-arm-kernel, linux-samsung-soc,
	devicetree, linux-kernel, linux-ide, linux-clk, linux-pm,
	linux-i2c, linux-gpio, linux-spi, linux-usb, Marek Szyprowski,
	Arnd Bergmann, Olof Johansson, Jaehoon Chung

On Tue, Apr 24, 2018 at 10:32:34PM +0200, Krzysztof Kozlowski wrote:
> The Exynos5440 is not actively developed, there are no development
> boards available and probably there are no real products with it.
> Remove wide-tree support for Exynos5440.
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Applied to for-next, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-28 12:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-24 20:32 [RFC,05/10] i2c: s3c2410: Remove support for Exynos5440 Krzysztof Kozlowski
  -- strict thread matches above, loose matches on Subject: below --
2018-04-25 12:56 Sylwester Nawrocki
2018-04-26  4:33 Andi Shyti
2018-04-28 12:44 Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).