]> code.ossystems Code Review - meta-freescale.git/commitdiff
uio-seville: update to revision 80de832
authorTing Liu <ting.liu@freescale.com>
Fri, 17 Jul 2015 05:00:21 +0000 (13:00 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:57 +0000 (23:26 -0300)
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@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-ppc/recipes-kernel/uio-seville/uio-seville_0.1.bb

index 51e1475a5bcc427da99cef1c616dff8d0bbc721e..7ca4c8fd0827fae3d64d5c7115ea08aa20a9a8dd 100755 (executable)
@@ -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 = ".*"
-