Re: [PATCH] Topcliff: Update PCH_SPI driver to 2.6.35

2010-08-30 Thread Masayuki Ohtake
> > - Original Message - > From: "Grant Likely" > To: "Masayuki Ohtake" > Cc: ; "LKML" ; "David > Brownell" ; ; "Wang, Qi" ; "Wang, Yong Y" ; ; ; > Sent: Saturday, August 28, 2010 2:15 AM > Subject: Re: [PATCH] Topcliff: Update PCH_SPI driver to 2.6.35 > > > Hi Ohtake-san, > > Thanks

[PATCH] spi/dw_spi: Enable Intel Moorestown SPI controller 1

2010-08-30 Thread Yong Wang
Enable Intel Moorestown SPI controller 1 Signed-off-by: Yong Wang --- drivers/spi/dw_spi_pci.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/spi/dw_spi_pci.c b/drivers/spi/dw_spi_pci.c index 1f52755..eec9d0b 100644 --- a/drivers/spi/dw_spi_pci.c +++ b/drivers/

Re: Low SPI data throughput on Phytec 3250 board? (amba-pl022.c deployed on Phytec 3250 board.)

2010-08-30 Thread Quentin YANG
This post is closed. Problem is resolved by turning off SPI Debug message. In 2.6.34 Kernel config: (X:\lpc3250\ltib-qs\rpm\BUILD\linux-2.6.34\.config) Change from CONFIG_SPI_DEBUG=y to: # CONFIG_SPI_DEBUG is not set After this, in #dmesg, we won't see those spi debugging message: .

Re: [PATCH] spi: free children in spi_unregister_master, not siblings

2010-08-30 Thread David Lamparter
introduced by 49dce689ad4ef0fd1f970ef762168e4bd46f69a3 and bad-fixed by 350d0076c5763ca2b88ca05e3889bfa7c1905f21, spi_unregister_master would previously device_unregister all of the spi master's siblings (instead of its children). hilarity ensues. fix it to unregister children. Signed-off-by: Dav

Re: [PATCH] spi: free children in spi_unregister_master, not siblings

2010-08-30 Thread David Lamparter
introduced by 49dce689ad4ef0fd1f970ef762168e4bd46f69a3 and bad-fixed by 350d0076c5763ca2b88ca05e3889bfa7c1905f21, spi_unregister_master would previously device_unregister all of the spi master's siblings (instead of its children). hilarity ensues. fix it to unregister children. Signed-off-by: Dav

[SPAM] Организация договорной работы в компании

2010-08-30 Thread Право : договорная работа в компании
Организация договорной работы на предприятии: актуальные вопросы в помощь юристу. 09-10 сентября в Москве Контактная информация: Адрес: г. Москва, м. Бауманская, ул. Бауманская, д.6, бизнес центр "Виктория Плаза". Телефон: +7 /*

[PATCH] spi: free children in spi_unregister_master, not siblings

2010-08-30 Thread David Lamparter
introduced by 49dce689ad4ef0fd1f970ef762168e4bd46f69a3 and bad-fixed by 350d0076c5763ca2b88ca05e3889bfa7c1905f21, spi_unregister_master would previously device_unregister all of the spi master's siblings (instead of its children). hilarity ensues. fix it to unregister children. Signed-off-by: Dav