All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iProc clock driver fixes
@ 2015-06-29 21:30 ` Ray Jui
  0 siblings, 0 replies; 14+ messages in thread
From: Ray Jui @ 2015-06-29 21:30 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd, Dan Carpenter
  Cc: linux-clk, linux-arm-kernel, Scott Branden, linux-kernel,
	bcm-kernel-feedback-list, Ray Jui

This patch series fixes two issues in the Broadcom iProc clock driver,
reported by Dan Carpenter <dan.carpenter@oracle.com>: 1) a memory leak from
the clock names; 2) 32-bit/64-bit arithmetic

Code base used is the latest linux-next (20150629) and its GITHUB link is:
https://github.com/Broadcom/cygnus-linux/tree/iproc-clk-misc-fix-v1

Ray Jui (2):
  clk: iproc: fix memory leak from clock name
  clk: iproc: fix bit manipulation arithmetic

 drivers/clk/bcm/clk-iproc-asiu.c |    6 +-----
 drivers/clk/bcm/clk-iproc-pll.c  |   13 ++++---------
 2 files changed, 5 insertions(+), 14 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-07-02 16:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 21:30 [PATCH 0/2] iProc clock driver fixes Ray Jui
2015-06-29 21:30 ` Ray Jui
2015-06-29 21:30 ` [PATCH 1/2] clk: iproc: fix memory leak from clock name Ray Jui
2015-06-29 21:30   ` Ray Jui
2015-06-29 21:33   ` Ray Jui
2015-06-29 21:33     ` Ray Jui
2015-06-29 21:30 ` [PATCH 2/2] clk: iproc: fix bit manipulation arithmetic Ray Jui
2015-06-29 21:30   ` Ray Jui
2015-06-29 21:33   ` Ray Jui
2015-06-29 21:33     ` Ray Jui
2015-06-29 21:32 ` [PATCH 0/2] iProc clock driver fixes Ray Jui
2015-06-29 21:32   ` Ray Jui
2015-07-02 16:56   ` Stephen Boyd
2015-07-02 16:56     ` Stephen Boyd

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.