/* * Copyright 2008 Juergen Beisert, kernel@pengutronix.de * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software Foundation, Inc. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef MC13783_MIXER_H #define MC13783_MIXER_H #define MC13783_CLK_CLIA 1 #define MC13783_CLK_CLIB 2 #define MC13783_ID_STEREO_DAC 1 #define MC13783_ID_STEREO_CODEC 2 #define MC13783_ID_SYNC 3 #endif /* MC13783_MIXER_H */ ue='emaclite-cleanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShyam Sundar S K <ssundark@amd.com>2016-12-08 17:31:14 +0530
committerLinus Walleij <linus.walleij@linaro.org>2016-12-29 21:04:44 +0100
commit2983f296f2327bc517e3b29344fce82271160197 (patch)
treef05ccd705e39d218c6f82e0b8c0bcbe5644dfb84
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
pinctrl/amd: Set the level based on ACPI tables
In the function amd_gpio_irq_set_type, read the values from the ACPI table to set the level and drop the settings passed by the client. Cc: <stable@vger.kernel.org> # 4.8.x+ Reviewed-by: Pankaj Sen <Pankaj.Sen@amd.com> Reviewed-by: Nitesh Kumar Agrawal <Nitesh-kumar.Agrawal@amd.com> Reviewed-by: Shah, Nehal-bakulchandra <Nehal-bakulchandra.Shah@amd.com> Signed-off-by: Shyam-sundar S-k <Shyam-sundar.S-k@amd.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat