All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Holler <holler@ahsoftware.de>
To: Till Harbaum <till@harbaum.org>
Cc: Jean Delvare <khali@linux-fr.org>,
	linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org
Subject: Re: [PATCH 1/2] i2c: Add possibility for user-defined (i2c-)devices for bus-drivers.
Date: Thu, 15 Nov 2012 12:44:59 +0100	[thread overview]
Message-ID: <50A4D5BB.6010301@ahsoftware.de> (raw)
In-Reply-To: <1639554.ZUOmHr6Yka@lxtiha>

Hello,

Am 15.11.2012 12:04, schrieb Till Harbaum:

> There's actually one thing you can do: You device doesn't seem to expose
> the i2c bus, anyway. What you have is an rtc connected via usb. So why not
> move all the i2c intelligence into the device? Do pure usb-rtc's exist?
> Could you perhaps even make your device compatible to one of these?
> Then a driver for this would imho have good chances to find their way into
> the kernel.

Sorry, but I'm satisfied with what I've done and I didn't do it just to 
get "something" into the kernel. I don't need my patches to become part 
of in the kernel, I can handle them by myself. And my free resources to 
submit patches just became exhausted (again). Maybe in some weeks or 
month ..., I don't know.

Regards,

Alexander

WARNING: multiple messages have this Message-ID (diff)
From: Alexander Holler <holler-SXC+2es9fhnfWeYVQQPykw@public.gmane.org>
To: Till Harbaum <till-RcHadlBFbzVAfugRpC6u6w@public.gmane.org>
Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 1/2] i2c: Add possibility for user-defined (i2c-)devices for bus-drivers.
Date: Thu, 15 Nov 2012 12:44:59 +0100	[thread overview]
Message-ID: <50A4D5BB.6010301@ahsoftware.de> (raw)
In-Reply-To: <1639554.ZUOmHr6Yka@lxtiha>

Hello,

Am 15.11.2012 12:04, schrieb Till Harbaum:

> There's actually one thing you can do: You device doesn't seem to expose
> the i2c bus, anyway. What you have is an rtc connected via usb. So why not
> move all the i2c intelligence into the device? Do pure usb-rtc's exist?
> Could you perhaps even make your device compatible to one of these?
> Then a driver for this would imho have good chances to find their way into
> the kernel.

Sorry, but I'm satisfied with what I've done and I didn't do it just to 
get "something" into the kernel. I don't need my patches to become part 
of in the kernel, I can handle them by myself. And my free resources to 
submit patches just became exhausted (again). Maybe in some weeks or 
month ..., I don't know.

Regards,

Alexander

  parent reply	other threads:[~2012-11-15 11:45 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13 18:06 [PATCH 1/2] i2c: Add possibility for user-defined (i2c-)devices for bus-drivers Alexander Holler
2012-11-13 18:06 ` Alexander Holler
2012-11-13 18:06 ` [PATCH 2/2] i2c: i2c-tiny-usb: Add parameter for optional user-defined devices Alexander Holler
2012-11-13 18:55 ` [PATCH 1/2] i2c: Add possibility for user-defined (i2c-)devices for bus-drivers Jean Delvare
2012-11-13 18:55   ` Jean Delvare
2012-11-13 20:23   ` Alexander Holler
2012-11-13 20:23     ` Alexander Holler
2012-11-13 20:52     ` [PATCH] i2c: i2c-tiny-usb: Add parameter for optional i2c-devices Alexander Holler
2012-11-13 22:42       ` Alan Cox
2012-11-13 22:42         ` Alan Cox
2012-11-13 23:41         ` Alexander Holler
2012-11-13 23:41           ` Alexander Holler
2012-11-13 21:08     ` [PATCH 1/2] i2c: Add possibility for user-defined (i2c-)devices for bus-drivers Jean Delvare
2012-11-13 21:08       ` Jean Delvare
2012-11-13 21:24       ` Alexander Holler
2012-11-13 21:24         ` Alexander Holler
2012-11-13 21:42         ` Jean Delvare
2012-11-13 21:42           ` Jean Delvare
2012-11-13 23:38           ` Alexander Holler
2012-11-14  9:40             ` Jean Delvare
2012-11-14  9:40               ` Jean Delvare
2012-11-14 12:38               ` Alexander Holler
2012-11-14 12:38                 ` Alexander Holler
2012-11-14 19:22                 ` till
2012-11-14 19:22                   ` till-RcHadlBFbzVAfugRpC6u6w
2012-11-14 23:34                   ` Alexander Holler
2012-11-14 23:34                     ` Alexander Holler
     [not found]                     ` <1639554.ZUOmHr6Yka@lxtiha>
2012-11-15 11:44                       ` Alexander Holler [this message]
2012-11-15 11:44                         ` Alexander Holler
2012-11-19 13:38                   ` Alexander Holler
2012-11-19 13:38                     ` Alexander Holler
2012-11-23 14:35               ` Alexander Holler
2012-11-23 14:35                 ` Alexander Holler
2012-11-14  2:47           ` Alexander Holler
2012-11-14  9:08             ` Alexander Holler
2012-11-14  9:08               ` Alexander Holler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50A4D5BB.6010301@ahsoftware.de \
    --to=holler@ahsoftware.de \
    --cc=khali@linux-fr.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=till@harbaum.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.