summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNick Bowler <nbowler@elliptictech.com>2011-07-20 15:43:42 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-08-24 09:45:21 +0100
commit0ebb962e00a52b644433065d224ed89f72a84756 (patch)
tree349a518542f801d0e34a1afd3faddb4294e89b61 /tools/perf/scripts/python/bin
parent0d6cfa3a75f5cde5b3ca0dde748fd22625b4f34c (diff)
downloadkernel-0ebb962e00a52b644433065d224ed89f72a84756.tar.gz
ARM: 7003/1: vexpress: Add clock definition for the SP805.
It seems that an entry for the SP805 watchdog in the table of clocks was missing. This results in the sp805_wdt driver rejecting the device with the following errors: sp805-wdt mb:wdt: Clock not found sp805-wdt mb:wdt: Probe Failed!!! sp805-wdt: probe of mb:wdt failed with error -2 While not obviously stated in the hardware docs, the onboard SP810's "REFCLK" is connected to a 32.768KHz crystal, and this drives the watchdog. Add a struct clk and corresponding lookup entry for it. Signed-off-by: Nick Bowler <nbowler@elliptictech.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
;get_vblank_timestamp to return a boolDaniel Vetter 2017-05-09drm: Nerf the preclose callback for modern driversDaniel Vetter 2017-03-24drm: drop extern from function declsDaniel Vetter 2017-03-14drm/doc: Document drm_file.[hc]Daniel Vetter 2017-03-08drm/debugfs: Remove the drm_driver.debugfs_cleanup callbackNoralf Trønnes 2017-02-07drm: unexport function drm_vblank_no_hw_counter()Shawn Guo 2017-02-07drm: add vblank hooks to struct drm_crtc_funcsShawn Guo 2017-02-02drm: Provide a driver hook for drm_dev_release()Chris Wilson 2017-01-26drm/moc: Mark legacy fields in drm_driver as suchDaniel Vetter 2017-01-26drm: Nuke ums vgaarb supportDaniel Vetter 2017-01-26drm: remove device_is_agp callbackDaniel Vetter 2017-01-25drm/core: Use recommened kerneldoc for struct member refsDaniel Vetter 2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi 2017-01-04drm: Document deprecated load/unload hookGabriel Krisman Bertazi 2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie 2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie 2016-11-25drm: Fixup kernel doc for driver->gem_create_objectChris Wilson 2016-11-15drm: Consolidate dumb buffer docsDaniel Vetter 2016-11-15drm: Clean up kerneldoc for struct drm_driverDaniel Vetter 2016-11-15drm: Extract drm_drv.hDaniel Vetter