https://github.com/torvalds/linux
Revision 014f2ffdf6e22581f172ba443be0ad924a913f46 authored by Giuseppe CAVALLARO on 23 January 2013, 00:22:37 UTC, committed by David S. Miller on 28 January 2013, 05:08:22 UTC
This patch fixes the setting of the INTR pin that is
valid for IP101 A/G device and not for the IP1001.

Reported-by: Anunay Saxena <anunay.saxena@st.com>
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent b4a4963
Raw File
Tip revision: 014f2ffdf6e22581f172ba443be0ad924a913f46 authored by Giuseppe CAVALLARO on 23 January 2013, 00:22:37 UTC
net: phy: icplus: fix broken INTR pin settings
Tip revision: 014f2ff
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top