Loading Documentation/i2c/busses/i2c-i801 +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ Supported adapters: * Intel DH89xxCC (PCH) * Intel Panther Point (PCH) * Intel Lynx Point (PCH) * Intel Lynx Point-LP (PCH) Datasheets: Publicly available at the Intel website On Intel Patsburg and later chipsets, both the normal host SMBus controller Loading MAINTAINERS +4 −3 Original line number Diff line number Diff line Loading @@ -3388,7 +3388,7 @@ M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de> L: linux-i2c@vger.kernel.org W: http://i2c.wiki.kernel.org/ T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ T: git git://git.fluff.org/bjdooks/linux.git T: git git://git.pengutronix.de/git/wsa/linux.git S: Maintained F: Documentation/i2c/ F: drivers/i2c/ Loading Loading @@ -3666,11 +3666,12 @@ F: Documentation/networking/README.ipw2200 F: drivers/net/wireless/ipw2x00/ INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) M: Joseph Cihula <joseph.cihula@intel.com> M: Richard L Maliszewski <richard.l.maliszewski@intel.com> M: Gang Wei <gang.wei@intel.com> M: Shane Wang <shane.wang@intel.com> L: tboot-devel@lists.sourceforge.net W: http://tboot.sourceforge.net T: Mercurial http://www.bughost.org/repos.hg/tboot.hg T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot S: Supported F: Documentation/intel_txt.txt F: include/linux/tboot.h Loading Makefile +2 −2 Original line number Diff line number Diff line VERSION = 3 PATCHLEVEL = 6 SUBLEVEL = 0 EXTRAVERSION = -rc5 NAME = Saber-toothed Squirrel EXTRAVERSION = -rc7 NAME = Terrified Chipmunk # *DOCUMENTATION* # To see a list of typical targets execute "make help" Loading arch/arm/Kconfig.debug +3 −3 Original line number Diff line number Diff line Loading @@ -356,11 +356,11 @@ choice is nothing connected to read from the DCC. config DEBUG_SEMIHOSTING bool "Kernel low-level debug output via semihosting I" bool "Kernel low-level debug output via semihosting I/O" help Semihosting enables code running on an ARM target to use the I/O facilities on a host debugger/emulator through a simple SVC calls. The host debugger or emulator must have simple SVC call. The host debugger or emulator must have semihosting enabled for the special svc call to be trapped otherwise the kernel will crash. Loading arch/arm/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -284,10 +284,10 @@ zImage Image xipImage bootpImage uImage: vmlinux zinstall uinstall install: vmlinux $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@ %.dtb: %.dtb: scripts $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ dtbs: dtbs: scripts $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ # We use MRPROPER_FILES and CLEAN_FILES now Loading Loading
Documentation/i2c/busses/i2c-i801 +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ Supported adapters: * Intel DH89xxCC (PCH) * Intel Panther Point (PCH) * Intel Lynx Point (PCH) * Intel Lynx Point-LP (PCH) Datasheets: Publicly available at the Intel website On Intel Patsburg and later chipsets, both the normal host SMBus controller Loading
MAINTAINERS +4 −3 Original line number Diff line number Diff line Loading @@ -3388,7 +3388,7 @@ M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de> L: linux-i2c@vger.kernel.org W: http://i2c.wiki.kernel.org/ T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ T: git git://git.fluff.org/bjdooks/linux.git T: git git://git.pengutronix.de/git/wsa/linux.git S: Maintained F: Documentation/i2c/ F: drivers/i2c/ Loading Loading @@ -3666,11 +3666,12 @@ F: Documentation/networking/README.ipw2200 F: drivers/net/wireless/ipw2x00/ INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) M: Joseph Cihula <joseph.cihula@intel.com> M: Richard L Maliszewski <richard.l.maliszewski@intel.com> M: Gang Wei <gang.wei@intel.com> M: Shane Wang <shane.wang@intel.com> L: tboot-devel@lists.sourceforge.net W: http://tboot.sourceforge.net T: Mercurial http://www.bughost.org/repos.hg/tboot.hg T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot S: Supported F: Documentation/intel_txt.txt F: include/linux/tboot.h Loading
Makefile +2 −2 Original line number Diff line number Diff line VERSION = 3 PATCHLEVEL = 6 SUBLEVEL = 0 EXTRAVERSION = -rc5 NAME = Saber-toothed Squirrel EXTRAVERSION = -rc7 NAME = Terrified Chipmunk # *DOCUMENTATION* # To see a list of typical targets execute "make help" Loading
arch/arm/Kconfig.debug +3 −3 Original line number Diff line number Diff line Loading @@ -356,11 +356,11 @@ choice is nothing connected to read from the DCC. config DEBUG_SEMIHOSTING bool "Kernel low-level debug output via semihosting I" bool "Kernel low-level debug output via semihosting I/O" help Semihosting enables code running on an ARM target to use the I/O facilities on a host debugger/emulator through a simple SVC calls. The host debugger or emulator must have simple SVC call. The host debugger or emulator must have semihosting enabled for the special svc call to be trapped otherwise the kernel will crash. Loading
arch/arm/Makefile +2 −2 Original line number Diff line number Diff line Loading @@ -284,10 +284,10 @@ zImage Image xipImage bootpImage uImage: vmlinux zinstall uinstall install: vmlinux $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@ %.dtb: %.dtb: scripts $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ dtbs: dtbs: scripts $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@ # We use MRPROPER_FILES and CLEAN_FILES now Loading