| Submitter | Michal Simek |
|---|---|
| Date | Jan. 21, 2013, 5:19 p.m. |
| Message ID | <CAHTX3dJGHK7nO2tx_kUWLwhpgNsCwtnjXAJnRFUOHVx2uE589Q@mail.gmail.com> |
| Download | mbox |
| Permalink | /patch/214239/ |
| State | New |
| Headers | show |
Pull-request
git://git.xilinx.com/linux-xlnx.git zynq/serialComments
On Mon, Jan 21, 2013 at 06:19:03PM +0100, Michal Simek wrote: > Hi Arnd, Olof and Greg, > > I have two patches for xilinx uartps serial driver (the second one fix > one issue in the first one). > These patches has been sent to arm mailing list and also to > device-tree mailing list. > > There is a change in zynq dtsi that's why I think it can go through > arm-soc tree. > Please let me know if this should go through Greg serial tree. If they fix serial driver issues, I have no problem taking them through my serial tree, just send them on as patches and I will be glad to queue them up. thanks, greg k-h
On Monday 21 January 2013, Michal Simek wrote: > git://git.xilinx.com/linux-xlnx.git zynq/serial > > Josh Cartwright (1): > serial: xilinx_uartps: get clock rate info from dts > > Wei Yongjun (1): > serial: xilinx_uartps: fix return value check in xuartps_probe() > > arch/arm/boot/dts/zynq-7000.dtsi | 4 ++-- > drivers/tty/serial/xilinx_uartps.c | 34 +++++++++++++++++++--------------- > 2 files changed, 21 insertions(+), 17 deletions(-) The patches look good, and they should get merged through Greg's tree. Acked-by: Arnd Bergmann <arnd@arndb.de>
2013/1/21 Arnd Bergmann <arnd@arndb.de>: > On Monday 21 January 2013, Michal Simek wrote: >> git://git.xilinx.com/linux-xlnx.git zynq/serial >> >> Josh Cartwright (1): >> serial: xilinx_uartps: get clock rate info from dts >> >> Wei Yongjun (1): >> serial: xilinx_uartps: fix return value check in xuartps_probe() >> >> arch/arm/boot/dts/zynq-7000.dtsi | 4 ++-- >> drivers/tty/serial/xilinx_uartps.c | 34 +++++++++++++++++++--------------- >> 2 files changed, 21 insertions(+), 17 deletions(-) > > The patches look good, and they should get merged through Greg's tree. > > Acked-by: Arnd Bergmann <arnd@arndb.de> ok. Thanks, M
2013/1/21 Greg Kroah-Hartman <gregkh@linuxfoundation.org>: > On Mon, Jan 21, 2013 at 06:19:03PM +0100, Michal Simek wrote: >> Hi Arnd, Olof and Greg, >> >> I have two patches for xilinx uartps serial driver (the second one fix >> one issue in the first one). >> These patches has been sent to arm mailing list and also to >> device-tree mailing list. >> >> There is a change in zynq dtsi that's why I think it can go through >> arm-soc tree. >> Please let me know if this should go through Greg serial tree. > > If they fix serial driver issues, I have no problem taking them through > my serial tree, just send them on as patches and I will be glad to queue > them up. ok. I will add that two patches together because the second one fix the first one and will send just one to you. Thanks, Michal
Hi Arnd, Olof and Greg, I have two patches for xilinx uartps serial driver (the second one fix one issue in the first one). These patches has been sent to arm mailing list and also to device-tree mailing list. There is a change in zynq dtsi that's why I think it can go through arm-soc tree. Please let me know if this should go through Greg serial tree. Thanks, Michal The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619: Linus Torvalds (1): Linux 3.8-rc4 are available in the git repository at: git://git.xilinx.com/linux-xlnx.git zynq/serial Josh Cartwright (1): serial: xilinx_uartps: get clock rate info from dts Wei Yongjun (1): serial: xilinx_uartps: fix return value check in xuartps_probe() arch/arm/boot/dts/zynq-7000.dtsi | 4 ++-- drivers/tty/serial/xilinx_uartps.c | 34 +++++++++++++++++++--------------- 2 files changed, 21 insertions(+), 17 deletions(-)