Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1181989

[PATCH 0/7] Remove clk.h from clk-provider.h (non-clk drivers part)

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH 0/7] Remove clk.h from clk-provider.h (non-clk drivers part)
Date 2015-07-11 01:10 +0200
Message-ID <pKPAB-3Im-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This is the second set in a series of patches that removes
clk.h from clk-provider.h. This allows us to clearly see what
provider drivers are using the consumer API (clk.h) by
checking the includes. Currently clk.h is included by
clk-provider.h even though it doesn't need to so quite a few
clk provider drivers are relying on the implicit include.

Cc: Gerhard Sittig <gsi@denx.de>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Sören Brinkmann <soren.brinkmann@xilinx.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: Mark Brown <broonie@kernel.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Ken Xue <Ken.Xue@amd.com>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Luc Verhaegen <libv@skynet.be>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: David Herrmann <dh.herrmann@gmail.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>

Stephen Boyd (7):
  powerpc/512x: clk: Include clk.h
  staging: clocking-wizard: Include clk.h
  spi: spi-pxa2xx: Remove clk.h include
  clocksource: cadence_ttc: Remove clk-provider.h include
  ACPI: Remove clk.h include
  simplefb: Include clk.h
  lib/vsprintf.c: Include clk.h

 arch/powerpc/platforms/512x/clock-commonclk.c           | 1 +
 drivers/acpi/acpi_apd.c                                 | 1 -
 drivers/acpi/acpi_lpss.c                                | 1 -
 drivers/clocksource/cadence_ttc_timer.c                 | 1 -
 drivers/spi/spi-pxa2xx-pci.c                            | 1 -
 drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 1 +
 drivers/video/fbdev/simplefb.c                          | 1 +
 lib/vsprintf.c                                          | 1 +
 8 files changed, 4 insertions(+), 4 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/7] Remove clk.h from clk-provider.h (non-clk drivers part) Stephen Boyd <sboyd@codeaurora.org> - 2015-07-11 01:10 +0200
  [PATCH 7/7] lib/vsprintf.c: Include clk.h Stephen Boyd <sboyd@codeaurora.org> - 2015-07-11 01:10 +0200
    Re: [PATCH 7/7] lib/vsprintf.c: Include clk.h Geert Uytterhoeven <geert@linux-m68k.org> - 2015-07-12 12:40 +0200
  [PATCH 3/7] spi: spi-pxa2xx: Remove clk.h include Stephen Boyd <sboyd@codeaurora.org> - 2015-07-11 01:10 +0200
  [PATCH 4/7] clocksource: cadence_ttc: Remove clk-provider.h include Stephen Boyd <sboyd@codeaurora.org> - 2015-07-11 01:10 +0200
    Re: [PATCH 4/7] clocksource: cadence_ttc: Remove clk-provider.h include Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-07-16 13:10 +0200
      Re: [PATCH 4/7] clocksource: cadence_ttc: Remove clk-provider.h include Stephen Boyd <sboyd@codeaurora.org> - 2015-07-16 20:30 +0200
  [PATCH 1/7] powerpc/512x: clk: Include clk.h Stephen Boyd <sboyd@codeaurora.org> - 2015-07-11 01:10 +0200

csiph-web