Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1174119

[PATCH 0/2] iProc clock driver fixes

From Ray Jui <rjui@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] iProc clock driver fixes
Date 2015-06-29 23:30 +0200
Message-ID <pGOMQ-6LO-51@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] iProc clock driver fixes Ray Jui <rjui@broadcom.com> - 2015-06-29 23:30 +0200
  [PATCH 1/2] clk: iproc: fix memory leak from clock name Ray Jui <rjui@broadcom.com> - 2015-06-29 23:40 +0200
    Re: [PATCH 1/2] clk: iproc: fix memory leak from clock name Ray Jui <rjui@broadcom.com> - 2015-06-29 23:40 +0200
  Re: [PATCH 0/2] iProc clock driver fixes Ray Jui <rjui@broadcom.com> - 2015-06-29 23:40 +0200

csiph-web