On 10/28/2012 04:05 AM, Joe Perches wrote:
dev_ calls take less code than dev_printk(KERN_
and reducing object size is good.
Coalesce formats for easier grep.
Signed-off-by: Joe Perches
---
drivers/ata/pata_cmd64x.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
applied
On 09/18/2012 11:48 AM, Olaf Hering wrote:
An earlier commit cd006086fa5d91414d8ff9ff2b78fbb593878e3c ("ata_piix:
defer disks to the Hyper-V drivers by default") broke MS Virtual PC
guests. Hyper-V guests and Virtual PC guests have nearly identical DMI
info. As a result the driver does currently
On 03/06/2013 10:49 AM, Youquan Song wrote:
There is a quirk patch 5e5a4f5d5a08c9c504fe956391ac3dae2c66556d
"ata_piix: make DVD Drive recognisable on systems with Intel Sandybridge
chipsets(v2)" fixing the 4 ports IDE controller 32bit PIO mode.
We've hit a problem with DVD not recognized on Ha
On 03/27/2013 08:51 AM, Krzysztof Mazur wrote:
On Mon, Mar 25, 2013 at 06:26:50PM +0100, Ronald wrote:
In reply to [1]: I have the same issue. Git bisect took 50+ rebuilds xD
Smartd does not work anymore since 84a9a8cd9 ([libata] Set proper SK
when CK_COND is set.).
I hope I'm not stepping on
On 03/29/2013 01:56 AM, Gwendal Grignou wrote:
commit 84a9a8cd9d0aa93c17e5815ab8a9cc4c0a765c63 changed the sense key
used for returning task registers, but HDIO_DRIVE_CMD ioctl was
not changed accordingly.
Tested: check that SMART ENABLE sent using HDIO_DRIVE_CMD returns 0
instead of EIO.
Signe
On 03/16/2013 10:32 AM, Alexandru Gheorghiu wrote:
Use resource_size function instead of explicit computation.
Patch found using coccinelle.
Signed-off-by: Alexandru Gheorghiu
---
drivers/ata/pata_octeon_cf.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
applied
--
To unsubsc
On 03/06/2013 06:26 AM, Alexander Gordeev wrote:
Split interrupt service routine into hardware context handler and
threaded context handler. That allows to protect ports with individual
locks rather than with a single host-wide lock, which results in better
parallelism.
Signed-off-by: Alexander
On 10/03/2012 01:45 AM, Jeff Garzik wrote:
Whee -- SHA-3 is out! I wanted to explore the new toy a bit, and
so, here is a blatantly untested rough draft of SHA-3 kernel support.
Why rough draft? Because answers to the questions below will inform a
more polished version.
Just to update
On 01/25/2013 03:01 PM, Seth Heasley wrote:
This patch adds the AHCI and RAID-mode SATA DeviceIDs for the Intel Avoton SOC.
Signed-off-by: Seth Heasley
---
drivers/ata/ahci.c | 16
1 file changed, 16 insertions(+)
applied 1-2
--
To unsubscribe from this list: send the l
On 02/25/2013 07:27 PM, Marc MERLIN wrote:
Howdy,
I seem to have the same problem (or similar) as Mathieu Desnoyers in
https://lkml.org/lkml/2013/2/22/437
I can reliably get my SSD to drop from the SATA bus given the right workload
on linux.
How can I tell if it's linux's fault of the drive's
On 02/26/2013 11:58 AM, Tejun Heo wrote:
On Tue, Feb 26, 2013 at 08:47:30AM -0800, Linus Torvalds wrote:
Anyway, in the US it is definitely not a common term for normal people.
Googling "odd" doesn't give anything on optical drives on the first
page. On the other hand, >70% is about optical d
cpi.c |6 --
include/acpi/acpi_bus.h |3 ---
3 files changed, 1 insertion(+), 34 deletions(-)
patches 1-2 Acked-by: Jeff Garzik
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordom
On Mon, Aug 27, 2012 at 5:53 PM, Kees Cook wrote:
> This config item has not carried much meaning for a while now and is
> almost always enabled by default. Remove it and adjust various config
> logic and documentation.
It does have meaning... !CONFIG_EXPERIMENTAL means more stable. In
the past
On Wed, Aug 29, 2012 at 7:03 PM, Mark Lord wrote:
> On 12-08-26 10:15 AM, wbrana wrote:
>> On 8/26/12, Mark Lord wrote:
>>> Here are a couple of real scenarios you don't seem to have thought about.
>>> A 32-bit kernel on a legacy (or even new) system in 2017 will still need
>>> regular kernel upd
Kim
Cc: Kyungmin Park
Cc: Ben Dooks
Cc: Mark Brown
Cc: Jeff Garzik
Cc: Guenter Roeck
Cc: "Wolfram Sang (embedded platforms)"
Cc: Dmitry Torokhov
Cc: Bryan Wu
Cc: Richard Purdie
Cc: Sylwester Nawrocki
Cc: Mauro Carvalho Chehab
Cc: Chris Ball
Cc: David Woodhouse
Cc: Grant
On 02/13/2012 12:22 PM, Randy Dunlap wrote:
On 02/13/2012 01:09 AM, Michael Opdenacker wrote:
Fix broken link to license text:
http://www.opensource.org/licenses/osl-1.1.txt
The text for version 1.1 of the Open Sofware license doesn't seem
to be available anywhere on http://www.opensource.org/ a
Please pull 7b4f6ecacb14f384adc1a5a67ad95eb082c02bd1 from
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
tags/upstream-linus
to receive the following updates:
drivers/ata/ahci.c | 10 +-
1 files changed, 9 insertions(+), 1 deletions(-)
Alan Cox (2):
ahci
Adrian Bunk wrote:
piix_merge_scr() can become static.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
applied
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info
Andrew Morton wrote:
On Fri, 1 Feb 2008 11:47:18 +0100 Sam Ravnborg <[EMAIL PROTECTED]> wrote:
James said in a related posting that the Section mismatch
warnings were getting out of control.
eh. They're easy - the build system tells you about them!
The list is here:
Question is: why do p
Bryan Wu wrote:
From: Sonic Zhang <[EMAIL PROTECTED]>
Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]>
Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
drivers/ata/pata_bf54x.c |4
1 files changed, 0 insertions(+), 4 deletions(-)
applied 1-4
--
To unsubscribe from this list: send the
Sam Ravnborg wrote:
I know Jeff Garzik has some ISDN clean-up patches pending
but rather than waiting forever to have them acked I deciced
to fix the warnings in the current kernel.
Please do...
Those patches are not going to be submitted for the current merge
window, as I had higher
Robert Hancock wrote:
This patch is based on an original patch from Kuan Luo of NVIDIA,
posted under subject "fixed a bug of adma in rhel4u5 with HDS7250SASUN500G".
His description follows. I've reworked it a bit to avoid some unnecessary
repeated checks but it should be functionally identical.
Tejun Heo wrote:
From: Shane Huang <[EMAIL PROTECTED]>
SB700 SATA MSI bug will be fixed in SB700 revision A21 at hardware
level, but the SB700 revision older than A21 will also be found in the
market. This patch modify the original quirk commit
bc38b411fe696fad32b261f492cb4afbf1835256 instead o
Tejun Heo wrote:
This patch implements libata.force module parameter which can
selectively override ATA port, link and device configurations
including cable type, SATA PHY SPD limit, transfer mode and NCQ.
For example, you can say "use 1.5Gbps for all fan-out ports attached
to the second port bu
Jan-Bernd Themann wrote:
Due to changes in the struct device_driver there is no direct
access to its kobj any longer. The kobj was used to create
sysfs links between eHEA ethernet devices and the driver.
This patch removes the affected sysfs links to resolve
the build problems.
Signed-off-by: Ja
applied the net driver portion of these patches...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Jiri Slaby wrote:
Patch against netdev-2.6 follows.
--
writeX functions are not permitted on iomap-ped space change to iowriteX,
also pci_unmap pci_map-ped space on exit (instead of iounmap).
Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]>
---
drivers/net/e100.c |8
1 files changed,
The PCI change was ack'd by Greg...
Please pull from 'upstream-linus' branch of
master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
upstream-linus
to receive the following updates:
drivers/ata/Kconfig |2 +-
drivers/ata/ahci.c |2 +
drivers/ata/ata_piix.
Sam Ravnborg wrote:
One can ignore or one can fix...
I decided to spend some of my friday on fixing section mismatch
warnings as I've got a bit irritated over people spending time
complaining but failing to provide patches.
Sam - who expected more people to actually fix this stuff :-(
Tejun,
If you could explain your objection to James's patches in this area, I
would really appreciate it.
We have several conflicting patches in this area, and we need to get the
details sorted.
I think you mentioned a key objection that was we actually need to know
/two/ sizes at the bloc
Cai, Crane wrote:
From: Crane Cai <[EMAIL PROTECTED]>
PCI: modify SATA IDE mode quirk
When initialize and resume, SB600/700/800 need to set SATA mode
correctly.
Signed-off-by: Crane Cai <[EMAIL PROTECTED]>
--- a/drivers/pci/quirks.c 2007-09-24 1
Linux Kernel Mailing List wrote:
Commit: 0948391641918b95d8d96c15089eb5ac156850b3
PCI: Remove users of pci_enable_device_bars()
This patch converts users of pci_enable_device_bars() to the new
pci_enable_device_{io,mem} interface.
The new API fits nicely, except
Ingo Molnar wrote:
===
--- linux.orig/drivers/scsi/lpfc/lpfc_init.c
+++ linux/drivers/scsi/lpfc/lpfc_init.c
@@ -1894,7 +1894,7 @@ lpfc_pci_probe_one(struct pci_dev *pdev,
uint16_t iotag;
int bars = pci_select_bars(pde
Ingo Molnar wrote:
it would have been totally appropriate for me to just send a mail to
lkml with the proper subject line about the breakage. (I might even have
decided to stay completely silent about the issue and fix it for my own
build, letting you guys figure it out.)
Oh come on... You
Ingo Molnar wrote:
* Jeff Garzik <[EMAIL PROTECTED]> wrote:
Ingo Molnar wrote:
it would have been totally appropriate for me to just send a mail to lkml
with the proper subject line about the breakage. (I might even have
decided to stay completely silent about the issue and fix it for
Ingo Molnar wrote:
so please tell me Jeff. If Greg, who is the super-maintainer of your
code area, and who deals with your code every day and changes it every
minute and hour, simply did not Cc: the SCSI list - how am i, a largely
outside party in this matter, supposed to notice that 3 maintain
Ondrej Zary wrote:
Hello,
this is second version of the patch. Autoloading using udev works fine with
PnP card. Hibernation now works both in PnP and ISA modes. The I/O address
used for non-pnp ISA card detection is now not released as it's needed to
wake up the card.
Manual irq and transcei
Ingo Molnar wrote:
* Greg KH <[EMAIL PROTECTED]> wrote:
( This call has been introduced upstream 3 weeks ago by commit
8a4df120b07, but the PCI tree has apparently not been fully
re-tested with Linus-latest since that point. )
Wait, my testing caught this. I made the change to the patch m
Chris Rankin wrote:
ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
ata1.00: status: { DRDY }
ata1: soft resetting link
ata1.00: configured for UDMA/66
a
Peter Teoh wrote:
--- lpfc_init.c.old 2008-02-03 19:26:20.0 +0800
+++ drivers/scsi/lpfc/lpfc_init.c 2008-02-03 19:26:42.0 +0800
@@ -1894,7 +1894,7 @@ lpfc_pci_probe_one(struct pci_dev *pdev,
uint16_t iotag;
int bars = pci_select_bars(pdev, IORESOURCE_MEM)
Daniel Hazelton wrote:
On Saturday 02 February 2008 18:40:55 Chris Rankin wrote:
Hi,
I have tried to boot a 2.6.24 kernel on my 1 GHz Coppermine / 512 MB RAM
PC. (This is without the nmi_watchdog=1 option.) However, the ATA layer is
failing to initialise:
Driver 'sd' needs updating - please
Andrew Morton wrote:
Actually I (and probably others) generally avoid cc'ing mailing lists on
patch traffic. I spew out enough script-generated traffic as it is.
You pretty much always ensure the driver author gets CC'd, which is
exemplary :)
Jeff
--
To unsubscribe from this list
Ingo Molnar wrote:
* Jeff Garzik <[EMAIL PROTECTED]> wrote:
Ingo Molnar wrote:
so please tell me Jeff. If Greg, who is the super-maintainer of your
code area, and who deals with your code every day and changes it
every minute and hour, simply did not Cc: the SCSI list - how am i, a
l
Linus Torvalds wrote:
On Mon, 4 Feb 2008, Jeff Garzik wrote:
Well, speaking as a complete nutter who just finished the bare bones of an
NFSv4 userland server[1]... it depends on your approach.
You definitely are a complete nutter ;)
If the userland server is the _only_ one accessing the
Linus Torvalds wrote:
So no, performance is not the only reason to move to kernel space. It can
easily be things like needing direct access to internal data queues (for a
iSCSI target, this could be things like barriers or just tagged commands -
yes, you can probably emulate things like that wi
Alan Cox wrote:
better. So for example, I personally suspect that ATA-over-ethernet is way
better than some crazy SCSI-over-TCP crap, but I'm biased for simple and
low-level, and against those crazy SCSI people to begin with.
Current ATAoE isn't. It can't support NCQ. A variant that did NCQ an
Linus Torvalds wrote:
On Mon, 4 Feb 2008, Matt Mackall wrote:
But ATAoE is boring because it's not IP. Which means no routing,
firewalls, tunnels, congestion control, etc.
The thing is, that's often an advantage. Not just for performance.
NBD and iSCSI (for all its hideous growths) can take
Bart Van Assche wrote:
On Feb 4, 2008 11:57 PM, Jeff Garzik <[EMAIL PROTECTED]> wrote:
Networked block devices are attractive because the concepts and
implementation are more simple than networked filesystems... but usually
you want to run some sort of filesystem on top. At that poi
Olivier Galibert wrote:
On Mon, Feb 04, 2008 at 05:57:47PM -0500, Jeff Garzik wrote:
iSCSI and NBD were passe ideas at birth. :)
Networked block devices are attractive because the concepts and
implementation are more simple than networked filesystems... but usually
you want to run some sort
T_19 entry.
The included patch fixes the MAC address detection on my system.
Interestingly, the MAC address appears to be in the range reserved for my
motherboard manufacturer (Gigabyte) and not nVidia.
Signed-off-by: Michael J. Pyne <[EMAIL PROTECTED]>
Cc: Jeff Garzik <[EMAIL PROTECTED]&
Rami Rosen wrote:
Hi,
When CONFIG_PROC_FS is not set and CONFIG_PPPOL2TP is set,
we have the following warning in build:
drivers/net/pppol2tp.c: In function 'pppol2tp_init':
drivers/net/pppol2tp.c:2472: warning: label
'out_unregister_pppox_proto' defined but not used
This patches fixes this
H. Peter Anvin wrote:
Jeff Garzik wrote:
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
NAK - this fixes one set of users, and breaks a working set of users.
Need to add DMI check for the specific motherboard (dmi_check_system),
and flip flag according to success/failure of that
Andrew Morton wrote:
On Tue, 05 Feb 2008 13:20:59 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote:
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
NAK - this fixes one set of users, and breaks a working set of users.
Need to add DMI check for the specific motherboard (dmi_check_s
Vladislav Bolkhovitin wrote:
Jeff Garzik wrote:
iSCSI is way, way too complicated.
I fully agree. From one side, all that complexity is unavoidable for
case of multiple connections per session, but for the regular case of
one connection per session it must be a lot simpler.
Actually
Ayaz Abdulla wrote:
Andrew Morton wrote:
On Tue, 05 Feb 2008 13:20:59 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote:
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
NAK - this fixes one set of users, and breaks a working set of users.
Need to add DMI check for the specific
|6 +++
drivers/ata/libahci.c | 118 ++---
3 files changed, 205 insertions(+), 10 deletions(-)
Acked-by: Jeff Garzik
Normally, this amount of changes would -really- need to go through the
libata tree. However, given the amount of dependencies, it
On 10/02/2012 12:21 AM, Bjorn Helgaas wrote:
On Mon, Oct 1, 2012 at 9:04 PM, Jeff Garzik wrote:
On 10/01/2012 04:13 AM, Alexander Gordeev wrote:
Take advantage of multiple MSIs implementation on x86 - on systems with
IRQ remapping AHCI ports not only get assigned separate MSI vectors -
but
On 10/02/2012 12:42 PM, Alexander Gordeev wrote:
On Tue, Oct 02, 2012 at 07:09:29AM +0200, Ingo Molnar wrote:
+irqreturn_t ahci_hw_interrupt(int irq, void *dev_instance)
+{
+ struct ata_port *ap_this = dev_instance;
+ struct ahci_port_priv *pp = ap_this->private_data;
+ struct
se + HCONTROL);
+ iowrite32(hcontrol | CLEAR_ERROR,
+ hcr_base + HCONTROL);
+
+ /* Clear HControl[27] */
+ iowrite32(hcontrol & ~CLEAR_ERROR,
+
On 10/02/2012 03:44 PM, Michael Tokarev wrote:
On 02.10.2012 23:40, Jeff Garzik wrote:
Minor libata updates, nothing notable.
1) Apply -- and then revert -- the FUA feature. Caused
disk corruption in linux-next, proving it cannot be turned on by
default.
Any details on that? Disk
es appear.
Commit e52113b7b4ace50ab586b426098c6d69d75c263a
Branch sha3
Repo git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/linux.git
References:
http://keccak.noekeon.org/
http://www.mjos.fi/dist/readable_keccak.tgz
http://www.nist.gov/itl/csd/sha-100212.cfm
Not-signed-off-by: Jeff Garzik
crypto/K
On 10/03/2012 02:06 AM, David Miller wrote:
From: Jeff Garzik
Date: Wed, 3 Oct 2012 01:45:42 -0400
1) tcrypt setup blatantly wrong. What is the best setup here? Define a
separate entry for each digest length? Is there some special string
descriptor format that is desired, like "sha
On 10/03/2012 03:11 AM, Herbert Xu wrote:
On Wed, Oct 03, 2012 at 02:53:27AM -0400, Jeff Garzik wrote:
Maybe my patch is the best we can do in the current kernel, if
dynamic digest size is not currently possible. Register "sha3_224",
"sha3_256", ... as you describe, and w
Yinghai Lu wrote:
[PATCH] forcedeth: seperate handler for msix and normal int.
so we don't need to keep checking np->msi_flags to see if NV_MSI_X_ENABLED is
set in
handler
Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]>
Two comments:
* can you regenerate this on top of 2.6.25-rc1?
* take a l
Adrian McMenamin wrote:
Updates the 8139too driver to work with recently added
(a724605cb7a66d423a494a395f9a8ba871b8a1eb) declared coherent memory
patch for the Dreamcast.
Jeff - I am assuming you are still the maintainer and I guess Paul
should also ack this as it is SH related.
Signed-off-by:
applied 1-10 to #upstream (2.6.26)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Steve Wise wrote:
cxgb3: Handle ARP completions that mark neighbors stale.
When ARP completes due to a request rather than a reply the neighbor is
marked NUD_STALE instead of reachable (see arp_process()). The handler
for the resulting netevent needs to check also for NUD_STALE.
Failure to use
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/scsi/gdth.c | 143 +++-
1 file changed, 86 insertions(+), 57 deletions(-)
06196f50915da97bb897495863f9f084d785c1e4
diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c
index c
David Miller wrote:
From: Chris Mason <[EMAIL PROTECTED]>
Date: Tue, 12 Feb 2008 09:08:59 -0500
I've had requests to move the super down to 64k to make room for
bootloaders, which may not matter for sparc, but I don't really plan
on different locations for different arches.
The Sun disk label
Greg KH wrote:
A lot of time that already happens today, between the different
subsystem maintainers. We routinely pass PCI and driver core changes
through the network and scsi and ata trees in order to handle merge
issues properly. This already happened in a few places in the
2.6.25-rc1 merge
Greg KH wrote:
The work I'm doing here is for stupid PCI firmware engineers, who have
created devices that are different things, all bound up under the same
PCI device. I'm thinking of watchdog timers and random number
generator and i2c controller on the same PCI device, or even the more
basic,
Greg KH wrote:
Except that the individual drivers are a lot of the time written by
different people, live in different portions of the tree, and are
combined into different combinations depending on the chipset.
Yes -- the worst case is that people have to work together, and it
tweaks people w
Roland Dreier wrote:
> The work I'm doing here is for stupid PCI firmware engineers, who have
> created devices that are different things, all bound up under the same
> PCI device. I'm thinking of watchdog timers and random number
> generator and i2c controller on the same PCI device, or eve
Stephen Rothwell wrote:
Andrew was looking for someone to run a linux-next tree that just
contained the subsystem git and quilt trees for 2.6.x+1 and I (in a
moment of madness) volunteered. So, this is to announce the creating of
such a tree (it doesn't exist yet) which will require some (hopefu
Greg KH wrote:
[1] Hopefully the "multiple drivers for a single device" feature people
have been asking for for years will be landing soon, of course the
number of odd places in the kernel that made the assumption that we
could only have one driver per device is causing lots of fun...
Color me
David Miller wrote:
I rebase my tree all the time, at least once or twice per
week. Why?
Firstly, to remove crap. When you have "great idea A" then "oh shit A
won't work, revert that" there is zero sense in keeping both
changesets around.
Secondly, I want to fix up the rejects caused by confl
David Miller wrote:
This is why, with the networking, we've just tossed all of the network
driver stuff in there too. I can rebase freely, remove changesets,
rework them, etc. and this causes a very low amount of pain for Jeff
Garzik and John Linville.
s/very low/not low/
Rebasing is a
John W. Linville wrote:
FWIW, I definitely have a (vocal minority) group of contributors
who resent all the rebasing. There may be a few cases of 'vanity'
represented here, but there are definitely reasonable complaints about
not being able to do simple pulls to stay up-to-date and/or having
to
Russell King wrote:
We know that the -mm tree is pretty much useless in terms of code
coverage for ARM, and it's getting increasingly unlikely that anything
short of a build of all ARM defconfigs will pick up on merge issues -
which is a lot of CPU cycles, and I'm not going to insist its somethin
Greg KH wrote:
In the big "linux-next" series of emails, David Miller suggested that
the feature-removal-schedule file be broken up into little pieces, as it
is causing merge problems for different trees.
This changeset does just that. Turns out that this makes things more
readable, as it's eas
Linux Kernel Mailing List wrote:
Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=99109301d103fbf0de43fc5a580a406c12a501e0
Commit: 99109301d103fbf0de43fc5a580a406c12a501e0
Parent: 61c92814dc324b541391757062ff02fbf3b08086
Author: Sergio Luis
Stephen Rothwell wrote:
Also, more trees please ... :-)
Please add the 'NEXT' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
to your list. This is a throwaway meta-branch that is rebased often.
The 'master' branch of libata-dev.git always contains the base co
Jeff Garzik wrote:
Please add the 'NEXT' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
to your list. This is a throwaway meta-branch that is rebased often.
Additional FYI:
Don't be worried if "git diff master..NEXT" is empty
Boaz Harrosh wrote:
do you intend this to be pushed into 2.6.25-rcx or this is already
for 2.6.26? Should we put this in -mm tree for testing?
Not intended for 2.6.25. I just wanted to get this "in process"
somewhere, and keep this issue moving. I would definitely prefer to
have this teste
Comments noted for my next round of revisions (its a low priority, so
definitely not this week). Good spotting, thanks!
Jeff
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.k
James Bottomley wrote:
So does this indicate the meaning of upstream and upstream-fixes is
still the same? I always took upstream-fixes to be bug fixes for this
-rc and upstream as queued for the next merge window, in which case NEXT
would be the union of those two sets?
In practice, #upstrea
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig |4 +-
drivers/isdn/hisax/Makefile |3 +-
drivers/isdn/hisax/bkm_a4t.c | 115 --
drivers/isdn/hisax/config.c | 27 --
4 files changed, 92 insertions(
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig|4 +-
drivers/isdn/hisax/Makefile |3 +-
drivers/isdn/hisax/config.c | 11 +
drivers/isdn/hisax/enternow_pci.c | 93 ++---
4 files chang
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig |8 +-
drivers/isdn/hisax/Makefile |4 +-
drivers/isdn/hisax/config.c | 66 +--
drivers/isdn/hisax/hfc_pci.c | 142 --
drivers/isdn/hisax/w
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig |8 ++--
drivers/isdn/hisax/Makefile |6 ++-
drivers/isdn/hisax/config.c | 41 ++
drivers/isdn/hisax/nj_s.c | 100 +++
drivers/isdn/hisax/
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig|4 +-
drivers/isdn/hisax/Makefile |2 +-
drivers/isdn/hisax/config.c | 21 +
drivers/isdn/hisax/telespci.c | 95 -
4 files changed, 81 inse
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig |4 +-
drivers/isdn/hisax/Makefile |2 +-
drivers/isdn/hisax/avm_pci.c | 322 ++
drivers/isdn/hisax/config.c | 22 +---
4 files changed, 235 insertions(+
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig |3 +-
drivers/isdn/hisax/Makefile |2 +-
drivers/isdn/hisax/config.c | 25 +
drivers/isdn/hisax/gazel.c | 248 --
4 files changed, 194 insertions(
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig |3 +-
drivers/isdn/hisax/Makefile |2 +-
drivers/isdn/hisax/config.c | 26 +---
drivers/isdn/hisax/niccy.c | 460 +++
4 files changed, 334 insertions(+
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn/hisax/Kconfig |3 +-
drivers/isdn/hisax/Makefile |3 +-
drivers/isdn/hisax/avm_pci.c |9 +-
drivers/isdn/hisax/config.c | 27 +---
drivers/isdn/hisax/diva.c
---
drivers/isdn/hisax/Kconfig |4 +-
drivers/isdn/hisax/Makefile |2 +-
drivers/isdn/hisax/bkm_a8.c | 186 +-
drivers/isdn/hisax/config.c | 48 +---
4 files changed, 133 insertions(+), 107 deletions(-)
diff --git a/drivers/isdn/hisax/Kc
---
SIDE NOTE -- this obviously needs to be ordered at the beginning of the
patchset.
drivers/isdn/hisax/hisax_proto.h | 25 +
1 files changed, 25 insertions(+), 0 deletions(-)
create mode 100644 drivers/isdn/hisax/hisax_proto.h
diff --git a/drivers/isdn/hisax/hisax
Greg KH wrote:
I have some patches in my pci tree to get rid of some pci_find_slot()
usages, as well, so we are almost rid of these old functions.
Good... I was avoiding that area, silently hoping that someone else
would handle that part for me :)
Jeff
--
To unsubscribe from this
Apologies to those who missed this patchset... it carried the original
patch creation date (July 2007).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Pl
* move netjet, isac, arcofi, hscx common sub-modules to new libhisax.ko
* export several symbols that are used by external drivers
* move DEFAULT_PROTO* deterination to shareable header file
* add hotplug and PCI-remove APIs
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
drivers/isdn
1 - 100 of 3789 matches
Mail list logo