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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 6 Feb 2014 12:09:51 +0100 From: Marc Kleine-Budde <mkl@...gutronix.de> To: linux-can@...r.kernel.org Cc: netdev@...r.kernel.org Subject: PATCH v4 1/5] can: sja1000: cleanups and new OF property Picking up Florian's patches. Changes since v3: - Make use of switch statement in sp_populate_of() (patch 5/5), tnx Sergei. - added Tested-by from Andreas Larsson Changes since v2: - Dropped patch 1 "can: sja1000: remove unused defines" - Addressed Marc's comments on patch 4 and 6 (now 3 and 5) Changes since v1: - Merge sja1000_of_platform.c into sja1000_platform.c (patch 4) The first part of this series performs serveral small cleanups (patches 1 and 2). Florian further writes: === Patch 3 merges sja1000_of_platform.c into sja1000_platform.c. Changes are pretty conservatives (mostly copy/paste/move). IRQ is treated differently in the OF and non-OF versions, thus this is where the fused version differs the most. The final part introduces the 'reg-io-width' binding (already used by some other drivers) to perform a similar job as what was done with IORESOURCE_MEM_XXBIT. This is needed on my system to correctly take into account the aliasing of the address bus. All patches were tested using OF boot on my OMAP3 system with a memory-mapped SJA1000. Thus, the non-OF path is not tested, as I do not have a platform data at hand. Regards, Florian v1: http://thread.gmane.org/gmane.linux.kernel/1637835 v2: http://thread.gmane.org/gmane.linux.can/4831 === Marc -- 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