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
[email protected]
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
Hi Linus:
* Linus Torvalds <[email protected]> [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
[email protected]
Hi Linus:
* Mark M. Hoffman <[email protected]> [2008-06-20 16:30:23 -0400]:
> Hi Linus:
>
> * Linus Torvalds <[email protected]> [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
[email protected]
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