* [GIT PATCH] hwmon updates vs. v2.6.26-rc6
@ 2008-06-19 12:33 Mark M. Hoffman
2008-06-20 19:32 ` Linus Torvalds
0 siblings, 1 reply; 5+ messages in thread
From: Mark M. Hoffman @ 2008-06-19 12:33 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, Andrew Morton, lm-sensors
Hi Linus:
Please pull from:
git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
You'll get a few bugfixes, a couple of updates to abituguru3, and a couple of
documentation updates.
Hopefully this is the last you'll hear from me before 2.6.26 final.
Thanks & regards,
Documentation/hwmon/sysfs-interface | 33 +++++++++++++--------------------
MAINTAINERS | 6 +++---
drivers/hwmon/abituguru3.c | 18 +++++++++++++++---
drivers/hwmon/adt7473.c | 3 +++
drivers/hwmon/lm75.c | 20 +++++++++++++++-----
drivers/hwmon/lm85.c | 25 +++++++++++--------------
6 files changed, 60 insertions(+), 45 deletions(-)
David Brownell (1):
hwmon: (lm75) sensor reading bugfix
Hans de Goede (2):
hwmon: (abituguru3) Identify Abit AW8D board as such
hwmon: (abituguru3) update driver detection
Jean Delvare (3):
hwmon: (lm85) Fix function RANGE_TO_REG()
hwmon: (adt7473) Initialize max_duty_at_overheat before use
hwmon: Update the sysfs interface documentation
Marc Hulsman (1):
hwmon: (w83791d) new maintainer
--
Mark M. Hoffman
mhoffman@lightlink.com
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PATCH] hwmon updates vs. v2.6.26-rc6
2008-06-19 12:33 [GIT PATCH] hwmon updates vs. v2.6.26-rc6 Mark M. Hoffman
@ 2008-06-20 19:32 ` Linus Torvalds
2008-06-20 20:30 ` Mark M. Hoffman
0 siblings, 1 reply; 5+ messages in thread
From: Linus Torvalds @ 2008-06-20 19:32 UTC (permalink / raw)
To: Mark M. Hoffman; +Cc: LKML, Andrew Morton, lm-sensors
On Thu, 19 Jun 2008, Mark M. Hoffman wrote:
>
> Please pull from:
> git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
I'm just getting:
fatal: Unable to look up lm-sensors.org (port 9418) (Temporary failure in name resolution)
do you have DNS problems?
Linus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCH] hwmon updates vs. v2.6.26-rc6
2008-06-20 19:32 ` Linus Torvalds
@ 2008-06-20 20:30 ` Mark M. Hoffman
2008-06-21 18:55 ` Mark M. Hoffman
0 siblings, 1 reply; 5+ messages in thread
From: Mark M. Hoffman @ 2008-06-20 20:30 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, Andrew Morton, lm-sensors
Hi Linus:
* Linus Torvalds <torvalds@linux-foundation.org> [2008-06-20 12:32:27 -0700]:
>
>
> On Thu, 19 Jun 2008, Mark M. Hoffman wrote:
> >
> > Please pull from:
> > git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
>
> I'm just getting:
>
> fatal: Unable to look up lm-sensors.org (port 9418) (Temporary failure in name resolution)
>
> do you have DNS problems?
Sorry, yes. I've already sent email to the site admin some hours ago. If it
doesn't work itself out quickly (within next 24 hours) I'll just send you the
patches directly.
Thanks & regards,
--
Mark M. Hoffman
mhoffman@lightlink.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCH] hwmon updates vs. v2.6.26-rc6
2008-06-20 20:30 ` Mark M. Hoffman
@ 2008-06-21 18:55 ` Mark M. Hoffman
2008-06-21 19:34 ` Linus Torvalds
0 siblings, 1 reply; 5+ messages in thread
From: Mark M. Hoffman @ 2008-06-21 18:55 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, Andrew Morton, lm-sensors
[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]
Hi Linus:
* Mark M. Hoffman <mhoffman@lightlink.com> [2008-06-20 16:30:23 -0400]:
> Hi Linus:
>
> * Linus Torvalds <torvalds@linux-foundation.org> [2008-06-20 12:32:27 -0700]:
> >
> >
> > On Thu, 19 Jun 2008, Mark M. Hoffman wrote:
> > >
> > > Please pull from:
> > > git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release
> >
> > I'm just getting:
> >
> > fatal: Unable to look up lm-sensors.org (port 9418) (Temporary failure in name resolution)
> >
> > do you have DNS problems?
>
> Sorry, yes. I've already sent email to the site admin some hours ago. If it
> doesn't work itself out quickly (within next 24 hours) I'll just send you the
> patches directly.
Still down... so I've attached a git bundle (to preserve history).
I did this in my public repo:
$ git bundle create ~/hwmon-release-bundle release ^v2.6.26-rc6
(yes, that tag is the base for my release branch)
As a smoke test, I did the following in a fresh-cloned repo locally:
$ git bundle verify ~/hwmon-release-bundle
$ git pull ~/hwmon-release-bundle refs/heads/release
Looks like it DTRT, so here you go...
Thanks & regards,
--
Mark M. Hoffman
mhoffman@lightlink.com
[-- Attachment #2: hwmon-release-bundle --]
[-- Type: application/octet-stream, Size: 5862 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCH] hwmon updates vs. v2.6.26-rc6
2008-06-21 18:55 ` Mark M. Hoffman
@ 2008-06-21 19:34 ` Linus Torvalds
0 siblings, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2008-06-21 19:34 UTC (permalink / raw)
To: Mark M. Hoffman; +Cc: LKML, Andrew Morton, lm-sensors
On Sat, 21 Jun 2008, Mark M. Hoffman wrote:
>
> Still down... so I've attached a git bundle (to preserve history).
Thanks, that works for me. I don't much like bundles for normal work, but
for cases like this it's convenient. I faked out the commit message to
look like it was done the traditional way and lm-sensors was still up..
Linus
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-06-21 19:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-19 12:33 [GIT PATCH] hwmon updates vs. v2.6.26-rc6 Mark M. Hoffman
2008-06-20 19:32 ` Linus Torvalds
2008-06-20 20:30 ` Mark M. Hoffman
2008-06-21 18:55 ` Mark M. Hoffman
2008-06-21 19:34 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®