summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorSeth Heasley <seth.heasley@intel.com>2010-01-12 16:56:37 -0800
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-02-22 16:16:55 -0800
commit93da6202264ce1256b04db8008a43882ae62d060 (patch)
tree251d01c51308a8d3c8d2585c2a8c104e2ea877ec /tools/perf/scripts/python/bin
parent93177a748ba0d4f3d3e51c8e6c785773bf6a70df (diff)
downloadkernel-93da6202264ce1256b04db8008a43882ae62d060.tar.gz
x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs
This patch adds the Intel Cougar Point (PCH) LPC and SMBus Controller DeviceIDs. Signed-off-by: Seth Heasley <seth.heasley@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
2011-03-03ARM: Remove dependency of plat-orion time code on mach directory includes.Lennert Buytenhek This patch makes the various mach dirs that use the plat-orion time code pass in timer and bridge addresses explicitly, instead of having plat-orion get those values by including a mach dir include file -- the latter mechanism is problematic if you want to support multiple ARM platforms in the same kernel image. Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Signed-off-by: Nicolas Pitre <nico@fluxnic.net> 2010-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orionRussell King 2010-10-25Kirkwood: add fan support for Network Space Max v2Simon Guinot Signed-off-by: Simon Guinot <sguinot@lacie.com> Acked-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> 2010-10-21[ARM] Kirkwood: fix timer initialization for LaCie boardsSimon Guinot Signed-off-by: Simon Guinot <sguinot@lacie.com> Acked-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Nicolas Pitre <nico@fluxnic.net> 2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre Since we're now using addruart to establish the debug mapping, we can remove the io_pg_offst and phys_io members of struct machine_desc. The various declarations were removed using the following script: grep -rl MACHINE_START arch/arm | xargs \ sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }' [ Initial patch was from Jeremy Kerr, example script from Russell King ] Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Eric Miao <eric.miao at canonical.com> 2010-09-19[ARM] Kirkwood: remove duplicated code in LaCie setup filesSimon Guinot Signed-off-by: Simon Guinot <sguinot@lacie.com> Signed-off-by: Nicolas Pitre <nico@fluxnic.net> 2010-07-16[ARM] Kirkwood: update LED support for Network Space v2Simon Guinot Signed-off-by: Simon Guinot <sguinot@lacie.com> Signed-off-by: Nicolas Pitre <nico@fluxnic.net> 2010-07-16[ARM] Kirkwood: add LaCie Network Space Max v2 supportSimon Guinot Signed-off-by: Simon Guinot <sguinot@lacie.com> Signed-off-by: Nicolas Pitre <nico@fluxnic.net> 2010-07-16[ARM] Kirkwood: update MPP definition.Benjamin Zores Add MPP definitions for Marvell Kirkwood 88F6282 revision. Update some defines to reflect datasheet's MPP names. Signed-off-by: Benjamin Zores <benjamin.zores@alcatel-lucent.com> Signed-off-by: Nicolas Pitre <nico@fluxnic.net>