summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorEric Millbrandt <emillbrandt@dekaresearch.com>2010-08-06 20:49:19 -0600
committerGrant Likely <grant.likely@secretlab.ca>2010-08-06 20:49:19 -0600
commit949ad0a783729ad8c2e8e5bcbbad5d05a60de616 (patch)
tree8fe9937ab4df880e276be4b6eb64c627b54deb0e /tools/perf/scripts/python/call-graph-from-postgresql.py
parentcfa6a88c83f639f17b96a34dc0bf93faf432e73a (diff)
downloadkernel-949ad0a783729ad8c2e8e5bcbbad5d05a60de616.tar.gz
sound/soc: mpc5200_psc_ac97: Use gpio pins for cold reset
Call the gpio reset platform function instead of using the flawed ac97 functionality of the MPC5200(b) From MPC5200B User's Manual: "Some AC97 devices goes to a test mode, if the Sync line is high during the Res line is low (reset phase). To avoid this behavior the Sync line must be also forced to zero during the reset phase. To do that, the pin muxing should switch to GPIO mode and the GPIO control register should be used to control the output lines." Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
05staging:rtl8192u: Rename enum constants - StyleJohn Whitmore 2018-08-05staging:rtl8192u: Remove member initialgain_lowerbound_state - StyleJohn Whitmore 2018-08-05staging:rtl8192u: Remove member variable rx_gain_range_max - StyleJohn Whitmore 2018-08-05staging:rtl8192u: Remove debug member from structures - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Refactor enum DM_CCK_Rx_Path_Method - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Refactor enum dm_dig_cs_ratio_e - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Refactor enum dm_dig_pd_th_e - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Refactor dm_dig_connect_e - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Remove unused enum dm_dig_dbg_e - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Refactor enum dm_dig_alg_e - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Remove enum dm_dig_op_e - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Refactor enum dm_ratr_sta_e usage - StyleJohn Whitmore 2018-07-30staging:rtl8192u: Refactor use of enum dm_dig_sta_e - StyleJohn Whitmore 2018-07-29staging:rtl8192u: Remove unused DM_check_fsync_time_interval - StyleJohn Whitmore 2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-18staging: rtl8192u: Convert timers to use timer_setup()Kees Cook