[no subject]

2016-06-29 Thread bob
Hello LKML. I have had a small ASUS usb screen gadget that came with my motherboard. Its been sitting on my desk for about 7 years. Having exhausted my patience waiting for a nifty Linux app to drive it, I wrote one. If you have such a beast and want the app, go to

[PATCH 2/2] hwrng: chaoskey - Fix URB warning due to timeout on Alea

2016-06-03 Thread Bob Ham
-by: Bob Ham <bob@collabora.com> --- drivers/usb/misc/chaoskey.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/usb/misc/chaoskey.c b/drivers/usb/misc/chaoskey.c index 9aef46b..6ddd08a 100644 --- a/drivers/usb/misc/chaoskey.c +++ b/drivers/us

[PATCH 0/2] hwrng: chaoskey - Add support for Araneus Alea I USB RNG

2016-06-03 Thread Bob Ham
Two patches to add support for the Araneus Alea I USB RNG to the chaoskey driver. The first simply includes the Alea I as a device, the second fixes an issue with the timeout on the first read. Bob Ham (2): hwrng: chaoskey - Add support for Araneus Alea I USB RNG hwrng: chaoskey - Fix URB

[PATCH 1/2] hwrng: chaoskey - Add support for Araneus Alea I USB RNG

2016-06-03 Thread Bob Ham
Adds support for the Araneus Alea I USB hardware Random Number Generator which is interfaced with in exactly the same way as the Altus Metrum ChaosKey. We just add the appropriate device ID and modify the config help text. Signed-off-by: Bob Ham <bob@collabora.com> --- drivers/us

Re: [PATCH] hwrng: alea - Add support for Araneus Alea I USB RNG

2016-06-02 Thread Bob Ham
On Thu, 2016-06-02 at 12:43 +0200, Clemens Ladisch wrote: > Bob Ham wrote: > > Adds support for the Araneus Alea I USB hardware Random Number > > Generator. This RNG creates entropy at a high rate, about 100kb/s. > > > > Signed-off-by: Bob Ham <bob@collabora.com&

[PATCH] hwrng: alea - Add support for Araneus Alea I USB RNG

2016-06-02 Thread Bob Ham
Adds support for the Araneus Alea I USB hardware Random Number Generator. This RNG creates entropy at a high rate, about 100kb/s. Signed-off-by: Bob Ham <bob@collabora.com> --- Just a note about the name of the module, I haven't append "-rng" to the name, like ev

Re: [PATCH v5] musb: blackfin: add bf60x support

2013-02-21 Thread Bob Liu
ping.. On Mon, Feb 4, 2013 at 2:57 PM, Bob Liu lliu...@gmail.com wrote: This patch makes musb can work on blackfin bf60x series soc platform. Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot of blackfin specific anomalies anymore. Signed-off-by: Bob Liu lliu...@gmail.com

Re: USB3 4K HDD boot

2013-02-12 Thread Bob Lemar
HDD. Do you know who is responsible or experienced with linux starting up process? On Tue, Feb 12, 2013 at 6:51 PM, Greg KH gre...@linuxfoundation.org wrote: On Tue, Feb 12, 2013 at 02:53:46PM +0300, Bob Lemar wrote: Hi, guys I got new SEAGATE Expansion USB 3.0 and want to boot linux from

Re: [PATCH v3] musb: blackfin: add bf60x support

2013-01-29 Thread Bob Liu
On Tue, Jan 29, 2013 at 3:50 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Tue, Jan 29, 2013 at 03:41:39PM +0800, Bob Liu wrote: This patch makes musb can work on blackfin bf60x series platform. Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot of blackfin specific

[PATCH 2/2] musb: blackfin: add bf60x support

2013-01-29 Thread Bob Liu
This patch change blackfin.c to support musb for blackfin bf60x series soc platform. Signed-off-by: Bob Liu lliu...@gmail.com --- drivers/usb/musb/blackfin.c | 72 +++ 1 file changed, 46 insertions(+), 26 deletions(-) diff --git a/drivers/usb/musb

[PATCH v3] musb: blackfin: add bf60x support

2013-01-28 Thread Bob Liu
This patch makes musb can work on blackfin bf60x series platform. Bf60x uses MHDRC RTL version 2.0 musb ip core which don't need a lot of blackfin specific anomalies anymore. Signed-off-by: Bob Liu lliu...@gmail.com --- drivers/usb/musb/Kconfig |2 +- drivers/usb/musb/blackfin.c | 52