linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: jeffrey.t.kirsher@intel.com
Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Subject: Re: [PATCH v6 11/16] h8300: clock driver
Date: Tue, 10 Mar 2015 16:46:17 +0900	[thread overview]
Message-ID: <87oao1mh12.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <54FD643B.7010309@gmail.com>

At Mon, 09 Mar 2015 02:13:31 -0700,
Jeff Kirsher wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> On 03/09/2015 01:47 AM, Yoshinori Sato wrote:
> > Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> --- 
> > drivers/clk/Makefile            |   1 + drivers/clk/h8300/Makefile
> > |   2 + drivers/clk/h8300/clk-h83069.c  |  80 +++++++++++++++++++ 
> > drivers/clk/h8300/clk-h8s2678.c | 171
> > ++++++++++++++++++++++++++++++++++++++++ 
> > include/linux/clk-provider.h    |  12 +++ 5 files changed, 266
> > insertions(+) create mode 100644 drivers/clk/h8300/Makefile create
> > mode 100644 drivers/clk/h8300/clk-h83069.c create mode 100644
> > drivers/clk/h8300/clk-h8s2678.c
> 
> A lot of changes and no patch description?  A patch description needs
> to explain "why" the change.

OK.
I give the description and resend.

> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
> 
> iQIcBAEBCgAGBQJU/WQ6AAoJEOVv75VaS+3OXawP/1XHsE3bRsgoj7ltL23+kuuh
> RKNOMd/RcjtZTr86pdvtbzLPvl7i/KOFTHGOqGIfzPKMKPF4a+QFQF0884zy4Cp8
> QVasL8pi+JmCZI3OPT0EUQ4lte8GUmqn0AXdcIokAS0SdU5iG7iaeO3RcZaxY8/F
> jxWnSPD/tHPJZ8r8ZQvbpcDAJ6kMxj4vdipJHO0y1VJPOm/80mDX6Gu9IwEp1zIv
> 52HECPc/jmXHPPBshh33jZYlEztsQxyENR2TPNPW0YS74hdL6+LwkqZ04xHdXhLX
> XuRVBI3+ysjzcQOHB18ZGBnO4So7o/McGJBj6s39i6KT9q0mfFFHBTPgvCDIeg+e
> PNiILipr6RYv/K305Yu+z71o3M0jJ6+qSFpNDPPs/OwUfbAidM86+MDOOJDYaqmK
> ZWghA82w2IXebZcq/5V/RUzSkbSfKtTX++V7yNhY4d1aUo4olG0eUU6AKW/NpuRm
> 1W4M55PD52I6u6cpS7W5B7FeNrdJtHqH1pJBW4e3AcC92S+aYSSsNxx9eXRAprZo
> Ya5JVhl3NmW/JI6Eq/+mWLofwk5TwjIaujysmZOdX1KIu3W4r8XVqrDsVPGIC9ro
> weGSddjE3cPV53KTX/Ld/hNq8/soRllqVZ/9Vtz7QkYqQsoW6HiVQ9f/KRC8oTTA
> qlFqIG8L5BaDyW1Ayxs/
> =NyEB
> -----END PGP SIGNATURE-----

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

  reply	other threads:[~2015-03-10  7:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09  8:46 [PATCH v6 00/16] Revert h8300 archtecture support Yoshinori Sato
2015-03-09  8:46 ` [PATCH v6 01/16] h8300: Assembly headers Yoshinori Sato
2015-03-09  8:46 ` [PATCH v6 02/16] h8300: UAPI headers Yoshinori Sato
2015-03-09  8:46 ` [PATCH v6 03/16] h8300: Exception and Interrupt handling Yoshinori Sato
2015-03-09  8:46 ` [PATCH v6 04/16] h8300: kernel booting Yoshinori Sato
2015-03-09  8:46 ` [PATCH v6 05/16] h8300: Process and signal Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 06/16] h8300: CPU depend helpers Yoshinori Sato
2015-03-09 16:21   ` Joe Perches
2015-03-09 17:55     ` Geert Uytterhoeven
2015-03-09  8:47 ` [PATCH v6 07/16] h8300: miscellaneous functions Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 08/16] h8300: Memory management Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 09/16] h8300: library functions Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 10/16] h8300: Build scripts Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 11/16] h8300: clock driver Yoshinori Sato
2015-03-09  9:13   ` Jeff Kirsher
2015-03-10  7:46     ` Yoshinori Sato [this message]
2015-03-09  8:47 ` [PATCH v6 12/16] h8300: clocksource Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 13/16] h8300: configs Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 14/16] serial: Add h8300 Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 15/16] Add ELF machine Yoshinori Sato
2015-03-09  9:10   ` Jeff Kirsher
2015-03-10  7:43     ` Yoshinori Sato
2015-03-09  8:47 ` [PATCH v6 16/16] mksysmap: Add h8300 local symbol pattern Yoshinori Sato
2015-03-10  5:55 ` [PATCH v6 00/16] Revert h8300 archtecture support Guenter Roeck
2015-03-10  8:09   ` Yoshinori Sato

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=87oao1mh12.wl-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).