From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 17 Jan 2015 22:34:31 +0000 Subject: [U-Boot] [PATCH 03/12] sunxi: Move clock_get_pllX / clock_set_pllX protos to mach specific headers In-Reply-To: <1421333554-29822-4-git-send-email-hdegoede@redhat.com> References: <1421333554-29822-1-git-send-email-hdegoede@redhat.com> <1421333554-29822-4-git-send-email-hdegoede@redhat.com> Message-ID: <1421534071.13341.6.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 2015-01-15 at 15:52 +0100, Hans de Goede wrote: > Which pll-s are available depends on the machine type, move the > clock_get_pllX / clock_set_pllX prototypes to the clock_sun?i.h header files > so that we only declare what is actually available. e.g. clock_get_pll5p() > is not available on sun6i / sun8i, and with sun9i we get a completely > different set of plls. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell