summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2014-10-09 11:28:34 -0700
committerTony Lindgren <tony@atomide.com>2014-10-09 11:28:34 -0700
commitb16ccfe02313acd829debfccac45531f45d797cd (patch)
treece798d240acc3df5e54b2d401c10609b509f7953 /tools/perf/scripts/python/bin
parent5c86c5339c566d943606f551332e0efa8cf87d03 (diff)
downloadkernel-b16ccfe02313acd829debfccac45531f45d797cd.tar.gz
ARM: dts: Disable smc91x on n900 until bootloader dependency is removed
I added smc91x support but turns out we currently do not set the smc91x timings in gpmc.c but rely on the bootloader timings. This produces the following error unless the smc91x GPMC timings are initialized by the bootloader: Unhandled fault: external abort on non-linefetch (0x1008) at 0xd080630e ... [<c04067fc>] (smc_drv_probe) from [<c038e9c4>] (platform_drv_probe+0x2c/0x5c) [<c038e9c4>] (platform_drv_probe) from [<c038d450>] (driver_probe_device+0x104/0x22c) [<c038d450>] (driver_probe_device) from [<c038d60c>] (__driver_attach+0x94/0x98) [<c038d60c>] (__driver_attach) from [<c038bc3c>] (bus_for_each_dev+0x54/0x88) [<c038bc3c>] (bus_for_each_dev) from [<c038cc3c>] (bus_add_driver+0xd8/0x1d8) [<c038cc3c>] (bus_add_driver) from [<c038dd74>] (driver_register+0x78/0xf4) [<c038dd74>] (driver_register) from [<c0008924>] (do_one_initcall+0x80/0x1c0) [<c0008924>] (do_one_initcall) from [<c0852d9c>] (kernel_init_freeable+0x1b8/0x28c) [<c0852d9c>] (kernel_init_freeable) from [<c05ce86c>] (kernel_init+0x8/0xec) [<c05ce86c>] (kernel_init) from [<c000e728>] (ret_from_fork+0x14/0x2c) Let's fix the issue by disabling the smc91x module for now until we have sorted out the issues in gpmc.c. Reported-by: Kevin Hilman <khilman@linaro.org> Tested-by: Kevin Hilman <khilman@linaro.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
an>staging: vc04_services: Remove SERVICE_CREATION_T typedefDominic Braun 2018-12-12staging: bcm2835-camera: Add hint about possible faulty configStefan Wahren 2018-10-09staging: vc04_services: Drop unused parameters from vchi_connect()Tuomas Tynkkynen 2018-10-09staging: vc04_services: Drop trivially unused fields from SERVICE_CREATION_TTuomas Tynkkynen 2018-10-09staging: vc04_services: Drop 'connection' field from SERVICE_CREATION_TTuomas Tynkkynen 2018-09-25staging: bcm2835-camera: Remove unused headerAymen Qader 2018-07-24staging: bcm2835-camera: fix timeout handling in wait_for_completion_timeoutNicholas Mc Guire 2018-05-14staging: bcm2835-camera: Replace open-coded idr with a struct idr.Eric Anholt 2018-05-11staging: bcm2835-camera: Remove V4L2/MMAL buffer remappingDave Stevenson 2018-05-11staging: bcm2835-camera: Match MMAL buffer count to V4L2.Dave Stevenson 2018-05-11staging: bcm2835-camera: Remove bulk_mutex as it is not requiredDave Stevenson 2018-05-11staging: bcm2835-camera: Allocate context once per bufferDave Stevenson 2018-01-15staging: vc04_services: bcm2835-camera: remove redundant license textGreg Kroah-Hartman 2018-01-15staging: vc04_services: bcm2835-camera: add SPDX identifiersGreg Kroah-Hartman 2017-12-06staging: vc04_services: Use __func__Genki Sky 2017-12-06staging: vc04_services: Unsplit user-visible stringsGenki Sky 2017-10-03staging: bcm2835-camera: pr_err() strings should end with newlinesArvind Yadav 2017-04-08staging: bcm2835-camera: fix spelling mistake: "elementry" -> "elementary"Colin Ian King