lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun,  2 Nov 2014 16:16:52 +0100
From:	Robert Jarzmik <robert.jarzmik@...e.fr>
To:	Haojian Zhuang <haojian.zhuang@...il.com>,
	Mike Turquette <mturquette@...aro.org>,
	Marek Vasut <marek.vasut@...il.com>,
	Ian Molton <ian.molton@...ethink.co.uk>,
	Dmitry Eremin-Solenikov <dbaryshkov@...il.com>
Cc:	linux-arm-kernel@...ts.infradead.org,
	Daniel Mack <zonque@...il.com>, linux-kernel@...r.kernel.org,
	Robert Jarzmik <robert.jarzmik@...e.fr>
Subject: [PATCH v1 0/3] Transition pxa25x clock to common clocks

Hello pxa25x board maintainers,

This patchset will move the clock code out of pxa subarchitecture into the
common clock framework. As this change can bring a lot of regression, I'd like
to test it on your boards.

I prepared for you a git tree based on v3.18-rc :
 - git fetch https://github.com:rjarzmik/linux.git work/clocks-pxa:try
 - git checkout try

 - it contains all the common clock fixes for pxa and this pathset
 - it builds and runs on lubbock (thanks Russell for the board)
 - make your defconfig, kernel, boot
 - test
   - if it does run normally, tell me
   - if it doesn't boot, retry once with the kernel command line argument "clk_ignore_unused" and tell me if it fixed or not the problem
   - be aware of the GPIO11 clock change
     => this is especially true for Ian as my change doesn't look good

If you could give me feedback if it works for you there will be less breakage.

And if you want to give a review, even better.

Cheers.

--
Robert

Robert Jarzmik (3):
  clk: add pxa25x clock drivers
  arm: pxa: Transition pxa25x to clk framework
  ARM: pxa: move gpio11 clock to board files

 arch/arm/Kconfig             |   1 +
 arch/arm/mach-pxa/Makefile   |   9 +-
 arch/arm/mach-pxa/eseries.c  |   5 +-
 arch/arm/mach-pxa/generic.c  |   2 +
 arch/arm/mach-pxa/generic.h  |   1 +
 arch/arm/mach-pxa/lubbock.c  |   3 +
 arch/arm/mach-pxa/pxa25x.c   | 182 ----------------------------
 drivers/clk/pxa/Makefile     |   1 +
 drivers/clk/pxa/clk-pxa25x.c | 274 +++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 290 insertions(+), 188 deletions(-)
 create mode 100644 drivers/clk/pxa/clk-pxa25x.c

-- 
2.1.0

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ