All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akshay Saraswat <akshay.s@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/6] Exynos5: Fix warnings and enrich clock_get_periph_rate
Date: Fri, 16 Jan 2015 11:18:14 +0530	[thread overview]
Message-ID: <1421387300-13502-1-git-send-email-akshay.s@samsung.com> (raw)

This patch series does following changes -
1. Removing compiler warnings for clock_get_periph_rate.
2. Adding and enabling support for Exynos542x in
   clock_get_periph_rate.
3. Replacing peripheral specific function calls with
   clock_get_periph_rate.
4. Remove code from clocks file which became useless due to
   introduction of clock_get_periph_rate.

Changes since v2:
	- Patch-1: Added debug message for unknown periph IDs.
	- Patch-2: Changed exynos5420 -> exynos542x in comment.
	- Patch-3: Fixed enum and soc_get_periph_rate switch.
	- Patch-3: Added checks for negative values in soc_get_periph_rate.
	- Patch-4: Added checks for negative values in soc_get_periph_rate.

Changes since v1:
	- Added 2 new patches.

Akshay Saraswat (6):
  Exynos5: Fix compiler warnings due to clock_get_periph_rate
  Exynos542x: Move exynos5420_get_pll_clk up and rename
  Exynos542x: Add and enable get_periph_rate support
  Exynos5: Fix exynos5_get_periph_rate calculations
  Exynos5: Use clock_get_periph_rate generic API
  Exynos5: Remove dead code for fetching clocks

 arch/arm/cpu/armv7/exynos/clock.c      | 584 ++++++++++++++++-----------------
 arch/arm/include/asm/arch-exynos/clk.h |   3 +
 2 files changed, 279 insertions(+), 308 deletions(-)

-- 
1.9.1

             reply	other threads:[~2015-01-16  5:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16  5:48 Akshay Saraswat [this message]
2015-01-16  5:48 ` [U-Boot] [PATCH v3 1/6] Exynos5: Fix compiler warnings due to clock_get_periph_rate Akshay Saraswat
2015-01-28  4:06   ` Simon Glass
2015-01-16  5:48 ` [U-Boot] [PATCH v3 2/6] Exynos542x: Move exynos5420_get_pll_clk up and rename Akshay Saraswat
2015-01-28  4:06   ` Simon Glass
2015-01-16  5:48 ` [U-Boot] [PATCH v3 3/6] Exynos542x: Add and enable get_periph_rate support Akshay Saraswat
2015-01-16  6:09   ` Joonyoung Shim
2015-01-28  4:09     ` Simon Glass
2015-01-28  4:46       ` Joonyoung Shim
2015-01-28  5:01         ` Simon Glass
2015-01-28  5:12           ` Joonyoung Shim
2015-01-28  5:15             ` Simon Glass
2015-01-28  5:55               ` Joonyoung Shim
2015-01-30  2:22                 ` Jaehoon Chung
2015-01-16  5:48 ` [U-Boot] [PATCH v3 4/6] Exynos5: Fix exynos5_get_periph_rate calculations Akshay Saraswat
2015-01-28  4:09   ` Simon Glass
2015-01-16  5:48 ` [U-Boot] [PATCH v3 5/6] Exynos5: Use clock_get_periph_rate generic API Akshay Saraswat
2015-01-28  4:09   ` Simon Glass
2015-01-16  5:48 ` [U-Boot] [PATCH v3 6/6] Exynos5: Remove dead code for fetching clocks Akshay Saraswat
2015-01-28  4:09   ` Simon Glass

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=1421387300-13502-1-git-send-email-akshay.s@samsung.com \
    --to=akshay.s@samsung.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.