From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 12 May 2015 16:48:20 +0200 Subject: [PATCH 0/5] ARM CCN driver updates In-Reply-To: <1430501790-26918-1-git-send-email-pawel.moll@arm.com> References: <1430501790-26918-1-git-send-email-pawel.moll@arm.com> Message-ID: <2637565.r469T4a1jO@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 01 May 2015 18:36:25 Pawel Moll wrote: > Here's a short set of updates to the ARM CCN driver, aiming at 4.2. > > No major functional changes, just a bunch of smaller and larger bug > fixes and getting the driver in line with the latest perf tool > features. > > The series can be also pulled: > > The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: > > Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) > > are available in the git repository at: > > git://git.linaro.org/people/pawel.moll/linux.git tags/ccn/updates-for-4.2 > > for you to fetch changes up to 57006d3e6f62def53c01ae3ffc338caebd866e89: > > bus: arm-ccn: Allocate event when it is being added, not initialised (2015-05-01 17:51:05 +0100) > > ---------------------------------------------------------------- > Set of ARM CCN PMU driver updates: > - fixed a nasty bitfield mangling bug > - added new hints to the perf userspace tool > - pinned events processing to a single PMU > - modified events initialisation so they can be rotated now > Pulled into next/drivers, thanks! Arnd