Hi Linus,

Please pull.

Thx,
-Vineet

------------------------------>
The following changes since commit 5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52:

  Linux 3.12 (2013-11-03 15:41:51 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/
tags/arc-v3.13-rc1-part2

for you to fetch changes up to cd5dfd0e1685530cb3159dec2d2a95421104093d:

  ARC: [plat-arcfpga] Add defconfig without initramfs location (2013-11-15
10:53:22 +0530)

----------------------------------------------------------------
Final set of ARC changes for 3.13-rc1

* Support for Perf from Mischa
* Enabling GPIO/Pinctrl drivers for Abilis TB10x platform
* New defconfig for buildroot

----------------------------------------------------------------
Christian Ruppert (1):
      ARC: [TB10x] Updates for GPIO and pinctrl

Mischa Jonker (4):
      ARC: Add perf support for ARC700 cores
      ARC: Add documentation on DT binding for ARC700 PMU
      ARC: perf: ARC 700 PMU doesn't support sampling events
      ARC: [plat-arcfpga] Add defconfig without initramfs location

 Documentation/devicetree/bindings/arc/pmu.txt |  24 ++
 arch/arc/boot/dts/abilis_tb100.dtsi           | 172 +++++++-------
 arch/arc/boot/dts/abilis_tb100_dvk.dts        |  24 +-
 arch/arc/boot/dts/abilis_tb101.dtsi           | 178 +++++++-------
 arch/arc/boot/dts/abilis_tb101_dvk.dts        |  24 +-
 arch/arc/boot/dts/abilis_tb10x.dtsi           |   3 +-
 arch/arc/boot/dts/angel4.dts                  |   4 +
 arch/arc/configs/fpga_noramfs_defconfig       |  64 +++++
 arch/arc/include/asm/perf_event.h             | 204 +++++++++++++++-
 arch/arc/kernel/Makefile                      |   1 +
 arch/arc/kernel/perf_event.c                  | 326 ++++++++++++++++++++++++++
 arch/arc/plat-tb10x/Kconfig                   |   2 +
 12 files changed, 838 insertions(+), 188 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arc/pmu.txt
 create mode 100644 arch/arc/configs/fpga_noramfs_defconfig
 create mode 100644 arch/arc/kernel/perf_event.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to