summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-09 17:09:51 +0200
committerRalf Baechle <ralf@linux-mips.org>2016-07-24 12:30:28 +0200
commitf0bbe4dc5ce2dd610e1ec7dd3f428bb5670f9878 (patch)
tree8bee60e198740047e9f87c2afee68d9278d7e4fb /tools/perf/scripts/python/bin
parent3ef06653987d4c4536b408321edf0e5caa2a317f (diff)
downloadkernel-f0bbe4dc5ce2dd610e1ec7dd3f428bb5670f9878.tar.gz
MIPS: Lantiq: Fix eiu interrupt loading code
Using of_irq_count to load the irq index from the devicetree is incorrect. This will cause the kernel to map them regardless, even if they dont actually get used. Change the code to use of_property_count_u32_elems() instead which is the correct API to use in this case. Signed-off-by: John Crispin <john@phrozen.org> Cc: Linux-MIPS <linux-mips@linux-mips.org> Patchwork: https://patchwork.linux-mips.org/patch/13601/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
23 22:04:44 -0700'>2014-09-23uwb: remove UWB build dependency on PCIThomas Pugliese 2014-09-23uwb: update uwb device prints to be more usefulThomas Pugliese 2014-09-23uwb: line length cleanupThomas Pugliese 2014-09-08uwb: init beacon cache entry before registering uwb deviceThomas Pugliese 2014-08-01uwb/whci: use correct structure type name in sizeofJulia Lawall 2014-05-27uwb: fix variable set but not used warningsThomas Pugliese 2014-05-27uwb: comment typo fixThomas Pugliese 2014-05-27uwb: whitespace and line length cleanupsThomas Pugliese 2014-05-27uwb: add error messages when reservation establish failsThomas Pugliese 2014-05-27uwb: fix channel change failureThomas Pugliese 2014-04-24uwb: don't call spin_unlock_irq in a USB completion handlerThomas Pugliese 2014-04-16uwb: adds missing error handlingDaeseok Youn 2013-12-20uwb: move mutex_lock to error case in uwbd_evt_handle_rc_bp_slot_changeThomas Pugliese 2013-12-20uwb: use uwb_rsv_callback instead of calling rsv->callback directlyThomas Pugliese 2013-12-20uwb: whitespace and comment cleanupsThomas Pugliese 2013-12-20uwb: add debug prints during channel change and beacon actionsThomas Pugliese 2013-12-19uwb: umc-dev: add missing put_device callLevente Kurusa 2013-12-08uwb: Use dev_is_pci() to check whether it is pci deviceYijing Wang 2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2013-10-29UWB: clean up attribute use by using ATTRIBUTE_GROUPS()Greg Kroah-Hartman 2013-10-16uwb: convert bus code to use dev_groupsGreg Kroah-Hartman