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>] [day] [month] [year] [list]
Date:	Sun, 18 May 2014 12:01:16 -0700
From:	Mike Turquette <mturquette@...aro.org>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] clk: fixes for 3.15

The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987:

  Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)

are available in the git repository at:

  git://git.linaro.org/people/mike.turquette/linux.git tags/clk-fixes-for-linus

for you to fetch changes up to d2c834abe2b39a2d5a6c38ef44de87c97cbb34b4:

  clk: tegra: Fix wrong value written to PLLE_AUX (2014-05-16 15:49:23 -0700)

----------------------------------------------------------------
Clock framework and driver fixes, all of which fix user-visible
regressions. As usual most fixes are for platform-specific clock
drivers, but there are also two fixes to the clk core after recent
changes to the way that clock unregistration is handled.

----------------------------------------------------------------
Alex Elder (1):
      clk: bcm281xx: don't use unnamed structs or unions

Ben Dooks (1):
      clk: shmobile: clk-mstp: change to using clock-indices

Dinh Nguyen (1):
      clk: socfpga: fix clock driver for 3.15

Maxime COQUELIN (1):
      clk: divider: Fix best div calculation for power-of-two and table dividers

Mike Turquette (1):
      Merge tag 'socfpga-clk-fix-for-3.15' of git://git.rocketboards.org/linux-socfpga-next into clk-fixes-socfpga

Stephen Boyd (2):
      clk: Fix double free due to devm_clk_register()
      clk: Fix slab corruption in clk_unregister()

Tuomas Tynkkynen (1):
      clk: tegra: Fix wrong value written to PLLE_AUX

 .../bindings/clock/renesas,cpg-mstp-clocks.txt     |  2 +-
 drivers/clk/bcm/clk-kona-setup.c                   | 33 +++++-----
 drivers/clk/bcm/clk-kona.c                         | 64 ++++++++++---------
 drivers/clk/bcm/clk-kona.h                         | 28 ++++----
 drivers/clk/clk-divider.c                          | 37 ++++++++++-
 drivers/clk/clk.c                                  | 74 ++++++++++------------
 drivers/clk/shmobile/clk-mstp.c                    |  9 ++-
 drivers/clk/socfpga/clk-pll.c                      |  7 ++
 drivers/clk/socfpga/clk.c                          | 23 +------
 drivers/clk/tegra/clk-pll.c                        |  2 +-
 10 files changed, 151 insertions(+), 128 deletions(-)
--
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