[PATCH 3/3] arch/x86/pci/sta2x11-fixup.c: reset and enable STA2X11 MediaLB clock

2013-06-10 Thread Giancarlo Asnaghi
The MediaLB peripheral, devoted to the MOST protocol, must be reset using chipset registers, so this code is not part of the MLB PCI driver. Signed-off-by: Giancarlo Asnaghi Signed-off-by: Federico Vaga --- arch/x86/pci/sta2x11-fixup.c | 17 + 1 files changed, 17 insertions

[PATCH 2/3] drivers/net/most: add MediaLB driver for sta2x11

2013-06-10 Thread Giancarlo Asnaghi
See the lkml message "[PATCH 0/3] MOST network protocol" sent on Jun 10th 2013 about this code and the missing "Signed-off" lines. --- drivers/net/Makefile |1 + drivers/net/most/Kconfig | 10 + drivers/net/most/Makefile |6 + drivers/net/most/sta2x11mlb.c | 1181 +

[PATCH 0/3] MOST network protocol

2013-06-10 Thread Giancarlo Asnaghi
fixing buglets. (We is Federico Vaga, Alessandro Rubini, Giancarlo Asnaghi). Patch 1 is the core, patch 2 is an interface driver and patch 3 is a pci fixup in the chipset that hosts the logic block for the interface. Unfortunately, the code implements network-specific system calls but doesn'

[PATCH 1/3] net: add support for MOST protocol

2013-06-10 Thread Giancarlo Asnaghi
This patch adds core support for the MOST protocol. More information about the protocol can be found at: http://www.mostcooperation.com/ See the lkml message "[PATCH 0/3] MOST network protocol" sent on Jun 10th 2013 about this code and the missing "Signed-off" lines. --- include/linux/socket.h |