lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1268317491-3822-1-git-send-email-srk@ti.com> Date: Thu, 11 Mar 2010 19:54:49 +0530 From: Sriramakrishnan <srk@...com> To: netdev@...r.kernel.org, davinci-linux-open-source@...ux.davincidsp.com Cc: nsekhar@...com, Sriramakrishnan <srk@...com> Subject: [PATCH 0/2] TI DaVinci EMAC: Add support for handling PHY Clock. In addition to the EMAC module clock, the EMAC PHY clock needs to be managed separately. Until now, on most DaVinci platforms, the PHY clock is always enabled. On AM35x platform where the same EMAC module is used, the PHY clock needs to be managed explicitly. This patch series add support for handling PHY clock in the EMAC driver. Clock definitions for platforms using the EMAC module have be modified accordingly. This patch series is generated against tip of Linus tree and depends on the following patches submitted earlier [1].http://patchwork.ozlabs.org/patch/47156/ [2].http://patchwork.ozlabs.org/patch/47303/ Sekhar Nori (1): davinci: introduce EMAC PHY clock usage Sriramakrishnan (1): TI DaVinci EMAC: Add EMAC PHY clock handling. arch/arm/mach-davinci/board-da830-evm.c | 19 +++++++++++++++++++ arch/arm/mach-davinci/board-da850-evm.c | 21 +++++++++++++++++++++ arch/arm/mach-davinci/board-dm365-evm.c | 18 ++++++++++++++++++ arch/arm/mach-davinci/board-dm644x-evm.c | 18 ++++++++++++++++++ arch/arm/mach-davinci/board-dm646x-evm.c | 15 +++++++++++++++ arch/arm/mach-davinci/board-neuros-osd2.c | 19 +++++++++++++++++++ arch/arm/mach-davinci/board-sffsdr.c | 19 +++++++++++++++++++ arch/arm/mach-davinci/da830.c | 2 +- arch/arm/mach-davinci/da850.c | 2 +- arch/arm/mach-davinci/dm365.c | 2 +- arch/arm/mach-davinci/dm644x.c | 2 +- arch/arm/mach-davinci/dm646x.c | 2 +- drivers/net/davinci_emac.c | 22 ++++++++++++++++++++-- 13 files changed, 154 insertions(+), 7 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists