From: Andy Walls <awalls@md.metrocast.net>
To: linux-media@vger.kernel.org
Cc: Mike Isely <isely@isely.net>, Jarod Wilson <jarod@redhat.com>,
Jean Delvare <khali@linux-fr.org>, Janne Grunau <j@jannau.net>,
Jarod Wilson <jarod@wilsonet.com>,
Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: Re: [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes
Date: Sun, 16 Jan 2011 22:29:42 -0500 [thread overview]
Message-ID: <1295234982.2407.38.camel@localhost> (raw)
In-Reply-To: <1295205650.2400.27.camel@localhost>
On Sun, 2011-01-16 at 14:20 -0500, Andy Walls wrote:
> Mauro,
>
> Please pull the one ir-kbd-i2c change and multiple lirc_zilog changes
> for 2.6.38.
>
> The one ir-kbd-i2c change is to put back a case to have ir-kbd-i2c set
> defaults for I2C client address 0x71. I know I was the one who
> recommend that ir-kbd-i2c not do this, but I discovered pvrusb2 and bttv
> rely on it for the moment - Mea culpa.
>
> The lirc_zilog changes are tested to work with both Tx and Rx with an
> HVR-1600. I don't want to continue much further on lirc_zilog changes,
> unitl a few things happen:
>
> 1. I have developed, and have had tested, a patch for the pvrusb2 driver
> to allow the in kernel lirc_zilog to bind to a Z8 on a pvrusb2 supported
> device.
Mauro,
I have developed a patch for pvrusb2 and Mike Isely provided his Ack. I
have added it to my "z8" branch and this pull request.
> 2. Jarrod finishes his changes related to the Z8 chip for hdpvr and they
> are pulled into media_tree.git branch.
>
> 3. I hear from Jean, or whomever really cares about ir-kbd-i2c, if
> adding some new fields for struct IR_i2c_init_data is acceptable.
> Specifically, I'd like to add a transceiver_lock mutex, a transceiver
> reset callback, and a data pointer for that reset callback.
> (Only lirc_zilog would use the reset callback and data pointer.)
>
> 4. I find spare time ever again.
Here's the updated changeset information:
The following changes since commit 0a97a683049d83deaf636d18316358065417d87b:
[media] cpia2: convert .ioctl to .unlocked_ioctl (2011-01-06 11:34:41 -0200)
are available in the git repository at:
ssh://linuxtv.org/git/awalls/media_tree.git z8
Andy Walls (12):
lirc_zilog: Reword debug message in ir_probe()
lirc_zilog: Remove disable_tx module parameter
lirc_zilog: Split struct IR into structs IR, IR_tx, and IR_rx
lirc_zilog: Don't make private copies of i2c clients
lirc_zilog: Extensive rework of ir_probe()/ir_remove()
lirc_zilog: Update IR Rx polling kthread start/stop and some printks
lirc_zilog: Remove unneeded tests for existence of the IR Tx function
lirc_zilog: Remove useless struct i2c_driver.command function
lirc_zilog: Add Andy Walls to copyright notice and authors list
lirc_zilog: Update TODO.lirc_zilog
ir-kbd-i2c: Add back defaults setting for Zilog Z8's at addr 0x71
pvrusb2: Provide more information about IR units to lirc_zilog and ir-kbd-i2c
drivers/media/video/ir-kbd-i2c.c | 6 +
drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h | 2 +
drivers/media/video/pvrusb2/pvrusb2-i2c-core.c | 62 ++-
drivers/staging/lirc/TODO.lirc_zilog | 36 +-
drivers/staging/lirc/lirc_zilog.c | 650 +++++++++++---------
5 files changed, 434 insertions(+), 322 deletions(-)
Regards,
Andy
next prev parent reply other threads:[~2011-01-17 3:30 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-16 19:20 [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes Andy Walls
2011-01-17 3:29 ` Andy Walls [this message]
2011-01-19 5:20 ` Jarod Wilson
2011-01-19 12:21 ` Andy Walls
2011-01-19 12:40 ` Jean Delvare
2011-01-19 13:24 ` Andy Walls
2011-01-19 13:28 ` Mike Isely
2011-01-19 13:20 ` Mike Isely
2011-01-19 13:38 ` Andy Walls
2011-01-19 13:50 ` Jean Delvare
2011-01-19 17:12 ` Jarod Wilson
2011-01-19 17:39 ` Jarod Wilson
2011-01-19 17:43 ` Jean Delvare
2011-01-19 20:08 ` Jarod Wilson
2011-01-20 4:45 ` Jarod Wilson
2011-01-20 4:52 ` Jarod Wilson
2011-01-20 13:22 ` Andy Walls
2011-01-20 21:49 ` Jarod Wilson
2011-01-21 1:10 ` Andy Walls
2011-01-21 3:58 ` Jarod Wilson
2011-01-19 14:17 ` Mike Isely
2011-01-19 16:42 ` Jarod Wilson
2011-01-19 16:57 ` Mike Isely
2011-01-19 17:07 ` Jarod Wilson
2011-01-19 16:08 ` Jarod Wilson
2011-01-19 16:10 ` Devin Heitmueller
2011-01-19 14:59 ` Jean Delvare
2011-01-19 15:09 ` Mike Isely
2011-01-19 15:18 ` Jean Delvare
-- strict thread matches above, loose matches on Subject: below --
2011-01-19 16:46 Andy Walls
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=1295234982.2407.38.camel@localhost \
--to=awalls@md.metrocast.net \
--cc=isely@isely.net \
--cc=j@jannau.net \
--cc=jarod@redhat.com \
--cc=jarod@wilsonet.com \
--cc=khali@linux-fr.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox