Loading .gitignore +1 −0 Original line number Original line Diff line number Diff line Loading @@ -28,6 +28,7 @@ modules.builtin *.gz *.gz *.bz2 *.bz2 *.lzma *.lzma *.xz *.lzo *.lzo *.patch *.patch *.gcno *.gcno Loading MAINTAINERS +9 −2 Original line number Original line Diff line number Diff line Loading @@ -1692,6 +1692,13 @@ M: Andy Whitcroft <apw@canonical.com> S: Supported S: Supported F: scripts/checkpatch.pl F: scripts/checkpatch.pl CHINESE DOCUMENTATION M: Harry Wei <harryxiyou@gmail.com> L: xiyoulinuxkernelgroup@googlegroups.com L: linux-kernel@zh-kernel.org (moderated for non-subscribers) S: Maintained F: Documentation/zh_CN/ CISCO VIC ETHERNET NIC DRIVER CISCO VIC ETHERNET NIC DRIVER M: Vasanthy Kolluri <vkolluri@cisco.com> M: Vasanthy Kolluri <vkolluri@cisco.com> M: Roopa Prabhu <roprabhu@cisco.com> M: Roopa Prabhu <roprabhu@cisco.com> Loading Loading @@ -5266,7 +5273,7 @@ S: Maintained F: drivers/net/wireless/rtl818x/rtl8180/ F: drivers/net/wireless/rtl818x/rtl8180/ RTL8187 WIRELESS DRIVER RTL8187 WIRELESS DRIVER M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> M: Herton Ronaldo Krzesinski <herton@canonical.com> M: Hin-Tak Leung <htl10@users.sourceforge.net> M: Hin-Tak Leung <htl10@users.sourceforge.net> M: Larry Finger <Larry.Finger@lwfinger.net> M: Larry Finger <Larry.Finger@lwfinger.net> L: linux-wireless@vger.kernel.org L: linux-wireless@vger.kernel.org Loading Loading @@ -6104,7 +6111,7 @@ S: Maintained F: security/tomoyo/ F: security/tomoyo/ TOPSTAR LAPTOP EXTRAS DRIVER TOPSTAR LAPTOP EXTRAS DRIVER M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> M: Herton Ronaldo Krzesinski <herton@canonical.com> L: platform-driver-x86@vger.kernel.org L: platform-driver-x86@vger.kernel.org S: Maintained S: Maintained F: drivers/platform/x86/topstar-laptop.c F: drivers/platform/x86/topstar-laptop.c Loading Makefile +1 −1 Original line number Original line Diff line number Diff line VERSION = 2 VERSION = 2 PATCHLEVEL = 6 PATCHLEVEL = 6 SUBLEVEL = 38 SUBLEVEL = 38 EXTRAVERSION = -rc6 EXTRAVERSION = -rc7 NAME = Flesh-Eating Bats with Fangs NAME = Flesh-Eating Bats with Fangs # *DOCUMENTATION* # *DOCUMENTATION* Loading arch/arm/mach-omap2/clkt_dpll.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -77,7 +77,7 @@ static int _dpll_test_fint(struct clk *clk, u8 n) dd = clk->dpll_data; dd = clk->dpll_data; /* DPLL divider must result in a valid jitter correction val */ /* DPLL divider must result in a valid jitter correction val */ fint = clk->parent->rate / (n + 1); fint = clk->parent->rate / n; if (fint < DPLL_FINT_BAND1_MIN) { if (fint < DPLL_FINT_BAND1_MIN) { pr_debug("rejecting n=%d due to Fint failure, " pr_debug("rejecting n=%d due to Fint failure, " Loading arch/arm/mach-omap2/mailbox.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -334,7 +334,7 @@ static struct omap_mbox mbox_iva_info = { .priv = &omap2_mbox_iva_priv, .priv = &omap2_mbox_iva_priv, }; }; struct omap_mbox *omap2_mboxes[] = { &mbox_iva_info, &mbox_dsp_info, NULL }; struct omap_mbox *omap2_mboxes[] = { &mbox_dsp_info, &mbox_iva_info, NULL }; #endif #endif #if defined(CONFIG_ARCH_OMAP4) #if defined(CONFIG_ARCH_OMAP4) Loading Loading
.gitignore +1 −0 Original line number Original line Diff line number Diff line Loading @@ -28,6 +28,7 @@ modules.builtin *.gz *.gz *.bz2 *.bz2 *.lzma *.lzma *.xz *.lzo *.lzo *.patch *.patch *.gcno *.gcno Loading
MAINTAINERS +9 −2 Original line number Original line Diff line number Diff line Loading @@ -1692,6 +1692,13 @@ M: Andy Whitcroft <apw@canonical.com> S: Supported S: Supported F: scripts/checkpatch.pl F: scripts/checkpatch.pl CHINESE DOCUMENTATION M: Harry Wei <harryxiyou@gmail.com> L: xiyoulinuxkernelgroup@googlegroups.com L: linux-kernel@zh-kernel.org (moderated for non-subscribers) S: Maintained F: Documentation/zh_CN/ CISCO VIC ETHERNET NIC DRIVER CISCO VIC ETHERNET NIC DRIVER M: Vasanthy Kolluri <vkolluri@cisco.com> M: Vasanthy Kolluri <vkolluri@cisco.com> M: Roopa Prabhu <roprabhu@cisco.com> M: Roopa Prabhu <roprabhu@cisco.com> Loading Loading @@ -5266,7 +5273,7 @@ S: Maintained F: drivers/net/wireless/rtl818x/rtl8180/ F: drivers/net/wireless/rtl818x/rtl8180/ RTL8187 WIRELESS DRIVER RTL8187 WIRELESS DRIVER M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> M: Herton Ronaldo Krzesinski <herton@canonical.com> M: Hin-Tak Leung <htl10@users.sourceforge.net> M: Hin-Tak Leung <htl10@users.sourceforge.net> M: Larry Finger <Larry.Finger@lwfinger.net> M: Larry Finger <Larry.Finger@lwfinger.net> L: linux-wireless@vger.kernel.org L: linux-wireless@vger.kernel.org Loading Loading @@ -6104,7 +6111,7 @@ S: Maintained F: security/tomoyo/ F: security/tomoyo/ TOPSTAR LAPTOP EXTRAS DRIVER TOPSTAR LAPTOP EXTRAS DRIVER M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> M: Herton Ronaldo Krzesinski <herton@canonical.com> L: platform-driver-x86@vger.kernel.org L: platform-driver-x86@vger.kernel.org S: Maintained S: Maintained F: drivers/platform/x86/topstar-laptop.c F: drivers/platform/x86/topstar-laptop.c Loading
Makefile +1 −1 Original line number Original line Diff line number Diff line VERSION = 2 VERSION = 2 PATCHLEVEL = 6 PATCHLEVEL = 6 SUBLEVEL = 38 SUBLEVEL = 38 EXTRAVERSION = -rc6 EXTRAVERSION = -rc7 NAME = Flesh-Eating Bats with Fangs NAME = Flesh-Eating Bats with Fangs # *DOCUMENTATION* # *DOCUMENTATION* Loading
arch/arm/mach-omap2/clkt_dpll.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -77,7 +77,7 @@ static int _dpll_test_fint(struct clk *clk, u8 n) dd = clk->dpll_data; dd = clk->dpll_data; /* DPLL divider must result in a valid jitter correction val */ /* DPLL divider must result in a valid jitter correction val */ fint = clk->parent->rate / (n + 1); fint = clk->parent->rate / n; if (fint < DPLL_FINT_BAND1_MIN) { if (fint < DPLL_FINT_BAND1_MIN) { pr_debug("rejecting n=%d due to Fint failure, " pr_debug("rejecting n=%d due to Fint failure, " Loading
arch/arm/mach-omap2/mailbox.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -334,7 +334,7 @@ static struct omap_mbox mbox_iva_info = { .priv = &omap2_mbox_iva_priv, .priv = &omap2_mbox_iva_priv, }; }; struct omap_mbox *omap2_mboxes[] = { &mbox_iva_info, &mbox_dsp_info, NULL }; struct omap_mbox *omap2_mboxes[] = { &mbox_dsp_info, &mbox_iva_info, NULL }; #endif #endif #if defined(CONFIG_ARCH_OMAP4) #if defined(CONFIG_ARCH_OMAP4) Loading