summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authoryangbo lu <yangbo.lu@freescale.com>2015-11-25 10:05:37 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2015-12-22 11:32:11 +0100
commit1ef5e49e46b919052474d9b54a15debc79ff0133 (patch)
tree152a7b406c1a8b273324b6803fa5a0eb46b7f81b /tools/perf/scripts/python
parent447dc0d20a69ebd59f335a096528634a40ea55c0 (diff)
downloadkernel-1ef5e49e46b919052474d9b54a15debc79ff0133.tar.gz
mmc: sdhci-of-esdhc: add/remove some quirks according to vendor version
A previous patch had removed esdhc_of_platform_init() by mistake. static void esdhc_of_platform_init(struct sdhci_host *host) { u32 vvn; vvn = in_be32(host->ioaddr + SDHCI_SLOT_INT_STATUS); vvn = (vvn & SDHCI_VENDOR_VER_MASK) >> SDHCI_VENDOR_VER_SHIFT; if (vvn == VENDOR_V_22) host->quirks2 |= SDHCI_QUIRK2_HOST_NO_CMD23; if (vvn > VENDOR_V_22) host->quirks &= ~SDHCI_QUIRK_NO_BUSY_IRQ; } This patch is used to fix it by add/remove some quirks according to verdor version in probe. Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com> Fixes: f4932cfd22f1 ("mmc: sdhci-of-esdhc: support both BE and LE host controller") Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
?id=c997aabbd3503c61901059caf457115098f344a4'>ALSA: emux: Adjust one function call together with a variable assignmentMarkus Elfring 2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigTakashi Iwai 2017-06-09ALSA: synth: Select snd-emux-synth explicitlyTakashi Iwai 2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai 2017-03-31ALSA: emux: stop if copy_from_user() failsDan Carpenter 2016-12-28ALSA: synth: use designated initializersKees Cook 2016-01-06ALSA: emux: constify nrpn_conv_table structuresJulia Lawall 2015-10-05ALSA: synth: Fix conflicting OSS device registration on AWE32Takashi Iwai 2015-05-29ALSA: emux: Fix/cleanup old ifdef CONFIG_PROC_FSTakashi Iwai 2015-04-28ALSA: emux: Fix mutex deadlock in OSS emulationTakashi Iwai 2015-04-27ALSA: emux: Fix mutex deadlock at unloadingTakashi Iwai 2015-01-28ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*Takashi Iwai 2015-01-19ALSA: emux: Use setup_timer() and mod_timer()Takashi Iwai 2015-01-04ALSA: emux: Delete an unnecessary check before the function call "snd_sf_free"Markus Elfring