public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ian Campbell <ijc@hellion.org.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 05/10] ARM: sun6i: Add clock support
Date: Thu, 25 Sep 2014 19:51:25 +0100	[thread overview]
Message-ID: <1411671085.3824.22.camel@hellion.org.uk> (raw)
In-Reply-To: <1411545673-5591-6-git-send-email-wens@csie.org>

On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote:
> This patch adds the basic clocks support for the Allwinner A31 (sun6i)
> processor. This code will not been compiled until the build is hooked
> up in a later patch. It has been split out to keep the patches manageable.
> 
> This includes changes from the following commits from u-boot-sunxi:
> 
> a92051b ARM: sunxi: Add sun6i clock controller structure
> 1f72c6f ARM: sun6i: Setup the UART0 clocks
> 5f2e712 ARM: sunxi: Enable pll6 by default on all models
> 2be2f2a ARM: sunxi-mmc: Add mmc support for sun6i / A31
> 12e1633 ARM: sun6i: Add initial clock setup for SPL
> 1a9c9c6 ARM: sunxi: Split clock code into common, sun4i and sun6i code
> 0b194ee ARM: sun6i: Properly setup the PLL LDO in clock_init_safe
> b54c626 sunxi: avoid sr32 for APB1 clock setup.
> 68fe29c sunxi: remove magic numbers from clock_get_pll{5,6}
> c89867d sunxi: clocks: clock_get_pll5 prototype and coding style
> 501ab1e ARM: sunxi: Fix sun6i PLL6 settings
> 37f669b ARM: sunxi: Fix macro names for mmc and uart reset offsets
> 61de1e6 ARM: sunxi: Correct comment for MBUS1 register in sun6i clock definitions
> 
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> [wens at csie.org: styling fixes reported by checkpatch.pl]
> [wens at csie.org: drop unsupported SPL code block and unused gpio.h header]
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> Cc: Tom Cubie <Mr.hipboi@gmail.com>

Acked-by: Ian Campbell <ijc@hellion.org.uk>

(my contributions to what became this patch were minor enough that I
think this doesn't constitute a double dealing self-ack, if that might
have been a problem)

  reply	other threads:[~2014-09-25 18:51 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24  8:01 [U-Boot] [PATCH v2 00/10] ARM: sunxi: Add basic support for Allwinner A31 (sun6i) Chen-Yu Tsai
2014-09-24  8:01 ` [U-Boot] [PATCH v2 01/10] ARM: sunxi: Use macro values for setting UART GPIO pull-ups Chen-Yu Tsai
2014-09-25 18:45   ` Ian Campbell
2014-09-24  8:01 ` [U-Boot] [PATCH v2 02/10] ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined Chen-Yu Tsai
2014-09-24  8:01 ` [U-Boot] [PATCH v2 03/10] ARM: sun6i: Add base address for the new controllers in A31 Chen-Yu Tsai
2014-09-24  8:01 ` [U-Boot] [PATCH v2 04/10] ARM: sun6i: Add support for the power reset control module found on the A31 Chen-Yu Tsai
2014-09-25 18:47   ` Ian Campbell
2014-09-24  8:01 ` [U-Boot] [PATCH v2 05/10] ARM: sun6i: Add clock support Chen-Yu Tsai
2014-09-25 18:51   ` Ian Campbell [this message]
2014-09-24  8:01 ` [U-Boot] [PATCH v2 06/10] ARM: sunxi-mmc: Add mmc support for sun6i / A31 Chen-Yu Tsai
2014-09-25 18:52   ` Ian Campbell
2014-10-31 15:03     ` Pantelis Antoniou
2014-09-24  8:01 ` [U-Boot] [PATCH v2 07/10] ARM: sun6i: Define UART0 pins for A31 Chen-Yu Tsai
2014-09-25 18:54   ` Ian Campbell
2014-09-24  8:01 ` [U-Boot] [PATCH v2 08/10] ARM: sun6i: Setup the A31 UART0 muxing Chen-Yu Tsai
2014-09-25 18:54   ` Ian Campbell
2014-09-24  8:01 ` [U-Boot] [PATCH v2 09/10] ARM: sunxi: Add basic A31 support Chen-Yu Tsai
2014-09-25 18:56   ` Ian Campbell
2014-09-24  8:01 ` [U-Boot] [PATCH v2 10/10] ARM: sun6i: Add Colombus board defconfig Chen-Yu Tsai
2014-09-25 19:09   ` Ian Campbell
2014-09-28 15:33     ` Ian Campbell
2014-09-28 15:37       ` Chen-Yu Tsai
2014-09-28 15:43         ` Ian Campbell
2014-09-28 16:39           ` Maxime Ripard
2014-09-28 15:40       ` Hans de Goede
2014-09-28 16:20         ` [U-Boot] [linux-sunxi] " Ian Campbell
2014-09-28 17:03           ` Iain Paton
2014-09-28 18:10           ` Hans de Goede
2014-09-28 21:36             ` Ian Campbell
2014-09-29 18:08               ` Hans de Goede
2014-09-30  7:06                 ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1411671085.3824.22.camel@hellion.org.uk \
    --to=ijc@hellion.org.uk \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox