Re: [PATCH 1/1] Add mkopci driver

2015-03-26 Thread Greg KH
On Fri, Mar 20, 2015 at 03:10:26PM +0300, sergej.ba...@gmail.com wrote: > mkopci (MB11.xx) device (RC Module project) provides data transference > through a serial bus bar according to MIL-STD-1553. > the driver used for operating devices, reads PCI configuration space and pass > interrupts to us

Re: [PATCH 1/1] Add mkopci driver

2015-03-21 Thread Sergej Bauer
Thanks a lot :) But the driver is really very insignificant. I was wondering about sysfs before, but consumers will not be very happy to get another revision of userspace tools/library. So this is their own problems :) Thanks again and sorry for this uselessness dialogue :) On Saturday 21 March

Re: [PATCH 1/1] Add mkopci driver

2015-03-21 Thread Richard Weinberger
Am 21.03.2015 um 18:24 schrieb Sergej Bauer: > Ok, I realized uselessness of merging this driver... Please don't give up that fast! See: http://airlied.livejournal.com/#item80112 > And you brought me to a standstill: >> passthrough. In either case, both the ioctl interface and the procfs >> inte

Re: [PATCH 1/1] Add mkopci driver

2015-03-21 Thread Sergej Bauer
Ok, I realized uselessness of merging this driver... And you brought me to a standstill: > passthrough. In either case, both the ioctl interface and the procfs > interface have no future But what will be after ioctl? On Saturday 21 March 2015 18:41:42 Arnd Bergmann wrote: > On Saturday 21 March

Re: [PATCH 1/1] Add mkopci driver

2015-03-21 Thread Arnd Bergmann
On Saturday 21 March 2015, Sergej Bauer wrote: > Richard, thanks for your review. > > But I still have several notes about driver: > > > - You add new proc files, which is not really welcomed. Please consider > > sysfs. > That will break a bunch of userspace applications, which use proc-files fo

Re: [PATCH 1/1] Add mkopci driver

2015-03-21 Thread Sergej Bauer
Richard, thanks for your review. But I still have several notes about driver: > - You add new proc files, which is not really welcomed. Please consider sysfs. That will break a bunch of userspace applications, which use proc-files for several years (as long as from 2006 year) > - In the debug p

Re: [PATCH 1/1] Add mkopci driver

2015-03-21 Thread Paul Bolle
On Fri, 2015-03-20 at 13:43 +0100, Richard Weinberger wrote: > Sergej, > > On Fri, Mar 20, 2015 at 1:10 PM, wrote: > > mkopci (MB11.xx) device (RC Module project) provides data transference > > through a serial bus bar according to MIL-STD-1553. > > the driver used for operating devices, reads

Re: [PATCH 1/1] Add mkopci driver

2015-03-20 Thread Richard Weinberger
On Fri, Mar 20, 2015 at 1:43 PM, Richard Weinberger wrote: > Sergej, > > On Fri, Mar 20, 2015 at 1:10 PM, wrote: >> mkopci (MB11.xx) device (RC Module project) provides data transference >> through a serial bus bar according to MIL-STD-1553. >> the driver used for operating devices, reads PCI c

Re: [PATCH 1/1] Add mkopci driver

2015-03-20 Thread Richard Weinberger
Sergej, On Fri, Mar 20, 2015 at 1:10 PM, wrote: > mkopci (MB11.xx) device (RC Module project) provides data transference > through a serial bus bar according to MIL-STD-1553. > the driver used for operating devices, reads PCI configuration space and pass > interrupts to user-space applications

[PATCH 1/1] Add mkopci driver

2015-03-20 Thread sergej . bauer
mkopci (MB11.xx) device (RC Module project) provides data transference through a serial bus bar according to MIL-STD-1553. the driver used for operating devices, reads PCI configuration space and pass interrupts to user-space applications. Please consider adding this patch to the linux-next queu