Re: [PATCH] spi: reorganize drivers

2011-06-06 Thread Jean Delvare
s}/ssb > drivers/{ => bus}/tc > drivers/{ => bus}/uwb > drivers/{ => bus}/virtio > drivers/{ => bus}/vlync > drivers/{ => bus}/w1 > drivers/{ => bus}/zorro > > This leaves out the two most common buses, USB and PCI, mostly because > the

Re: [PATCH] spi: reorganize drivers

2011-06-06 Thread Jean Delvare
ore.c goes to bus/i2c, and drivers/i2c/busses becomes drivers/i2c? And that CONFIG_I2C is somewhere in menuconfig, and the hardware driver selection for drivers/i2c is in a totally different place? While I am surprised, I am not necessarily objecting. But it seems that you should better define what

[PATCH] pcmcia/vrc4171: Add missing spinlock init

2012-09-06 Thread Jean Delvare
It doesn't seem this spinlock was properly initialized. Signed-off-by: Jean Delvare Cc: Yoichi Yuasa Cc: Dominik Brodowski --- I can't even build-test this. drivers/pcmcia/vrc4171_card.c |1 + 1 file changed, 1 insertion(+) --- linux-3.6-rc4.orig/drivers/pcmcia/vrc4171_card.c

[PATCH] pcmcia/vrc4171: Add missing spinlock init

2012-12-16 Thread Jean Delvare
It doesn't seem this spinlock was properly initialized. This bug was introduced by commit 7a410e8d4d97457c8c381e2de9cdc7bd3306badc. Signed-off-by: Jean Delvare --- I can't even build-test this. Already sent on: * 2012-09-06 drivers/pcmcia/vrc4171_card.c |1 + 1 file changed, 1