Re: [linux-yocto] [PATCH 0/5] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Bruce Ashfield
On 15-02-09 12:42 PM, Daniel Dragomir wrote: Hi Bruce! That's another series of patches from LSI/Intel. The last one wasn't reviewed yet. I'm catching up! This one looks pretty simple, no concerns here, so I merged this along with the 52 patch series. Bruce Thanks. Daniel Topics: - tty

Re: [linux-yocto] [PATCH 00/52] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Bruce Ashfield
On 15-01-28 12:18 PM, Daniel Dragomir wrote: Hi Bruce, Resubmitted some patches updated as requested and added some new ones. Sorry for the delay. This is now merged and pushed to the axxia/base branch. Bruce Topics: - Update RapidIO driver to fix some issues. - Add new Device Trees for

[linux-yocto] [PATCH 3/5] misc: lsi-ncr: Locking Mechanism Update

2015-02-09 Thread Daniel Dragomir
From: Gary McGee gary.mc...@lsi.com Allow for other drivers to share the locking mechanisms for lsi-ncr h/w - provide unlocked methods for read/write - provide consistent way of detecting/reporting lsi-ncr errors Signed-off-by: Gary McGee gary.mc...@lsi.com --- drivers/misc/lsi-ncr.c | 308

[linux-yocto] [PATCH 0/5] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Daniel Dragomir
Hi Bruce! That's another series of patches from LSI/Intel. The last one wasn't reviewed yet. Thanks. Daniel Topics: - tty serial updates - RapidIO driver updates - Misc NCR driver updates Gary McGee (2): misc: lsi-ncr: Locking Mechanism Update arch/arm/mach-axxia: DDR Retention Locking

[linux-yocto] [PATCH 1/5] tty: serial: Updated Baud Rate Calcualtion

2015-02-09 Thread Daniel Dragomir
From: John Jacques john.jacq...@lsi.com The baud rate calculation was truncating instead of rounding. This caused, in some cases, the initial baud rate to be set incorrectly. Updated to use DIV_ROUND_CLOSEST(). Signed-off-by: John Jacques john.jacq...@lsi.com ---

[linux-yocto] [PATCH 2/5] rapidio: axxia-rio: Added support for configuring the sRIO serdes registers

2015-02-09 Thread Daniel Dragomir
From: Palani palaniappan.ramanat...@lsi.com Modified the sRIO sw reset handler, required for the reset control symbol handling. Improved error handling and reporting during sRIO maintenance and message trasactions. Signed-off-by: Palani palaniappan.ramanat...@lsi.com ---