[meta-freescale] [meta-fsl-ppc][PATCH 2/6] uio-seville: update to revision 80de832

b28495 at freescale.com b28495 at freescale.com
Thu Jul 16 22:00:21 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

This imports the following changes:
80de832 Fix Copyright issues
0c9921f Add support for interrupts on PHYs connected to seville's ports
53de571 fix: Avoid memory leak
6cf2d52 Refractoring uio_seville_main.c file
7b2ccba Fix: Use Seville register when flushing, not remapper's register
d347b98 Beautify: Replace big switch() with a 2-line for()
f8c8249 Beautify: Fix for() alignment
fdde45d Fix: Pad undersized injected CPU control frames
3b9cff6 Fix: Typo for "reciving"
052d776 Fix: Assure that there can't be 2 processes that open the uio device
3c29b27 Fix: Interrupts might occur when /dev/npi is closing
59e3d2e Fix: Assure that only one thread is allowed to inject a frame at a time
b96827c Fix: Assure that only one thread may extract a CPU frame at a time
8c9c47e Fix: Remove unecessary check for data in the polling function
a202daf Fix: L2 Switch interrupt handler is called twice for each packet
985d4c2 Fix: dev/npi might be opened by two applications
3ecb8f3 Fix: Fix initialization of valiables for struct dev_npi
dd74172 Beautify: Add ':' at the end of npi_read_q in description
aceb6be Beautify: function do_control_frame_extr_dev() has duplicated code
262876b Beautify: Remove unnecessary macro
d737cd8 Fix: Treat interrupts only from group 0
181ae15 Beautify: Rename variable leftovers_start to leftovers_begin

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 recipes-kernel/uio-seville/uio-seville_0.1.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/uio-seville/uio-seville_0.1.bb b/recipes-kernel/uio-seville/uio-seville_0.1.bb
index 51e1475..7ca4c8f 100755
--- a/recipes-kernel/uio-seville/uio-seville_0.1.bb
+++ b/recipes-kernel/uio-seville/uio-seville_0.1.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "UIO driver for T1040 L2 Switch"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/l2switch-uio.git;branch=sdk-v1.7.x"
-SRCREV = "35af73f3ba00745777f32787400d9eb0317d7ff5"
+SRC_URI = "git://git.freescale.com/ppc/sdk/l2switch-uio.git;branch=master"
+SRCREV = "80de8322d0ab8c28f5dfbe3cde8759a1efbe06c9"
 
 inherit module
 
@@ -12,4 +12,3 @@ S = "${WORKDIR}/git/uio-driver"
 COMPATIBLE_MACHINE ?= "(none)"
 COMPATIBLE_MACHINE_t1040 = ".*"
 COMPATIBLE_MACHINE_t1042 = ".*"
-
-- 
1.9.1



More information about the meta-freescale mailing list