-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux…
…/kernel/git/ieee1394/linux1394-2.6 * 'ieee1394-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: ieee1394: remove the old IEEE 1394 driver stack ieee1394: move init_ohci1394_dma to drivers/firewire/ Fix trivial change/delete conflict: drivers/ieee1394/eth1394.c is getting removed, but was modified by the networking merge.
- Loading branch information
Showing
52 changed files
with
96 additions
and
29,325 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
What: dv1394 (a.k.a. "OHCI-DV I/O support" for FireWire) | ||
Date: May 2010 (scheduled), finally removed in kernel v2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
/dev/dv1394/* were character device files, one for each FireWire | ||
controller and for NTSC and PAL respectively, from which DV data | ||
could be received by read() or transmitted by write(). A few | ||
ioctl()s allowed limited control. | ||
This special-purpose interface has been superseded by libraw1394 + | ||
libiec61883 which are functionally equivalent, support HDV, and | ||
transparently work on top of the newer firewire kernel drivers. | ||
|
||
Users: | ||
ffmpeg/libavformat (if configured for DV1394) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
What: raw1394 (a.k.a. "Raw IEEE1394 I/O support" for FireWire) | ||
Date: May 2010 (scheduled), finally removed in kernel v2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
/dev/raw1394 was a character device file that allowed low-level | ||
access to FireWire buses. Its major drawbacks were its inability | ||
to implement sensible device security policies, and its low level | ||
of abstraction that required userspace clients do duplicate much | ||
of the kernel's ieee1394 core functionality. | ||
Replaced by /dev/fw*, i.e. the <linux/firewire-cdev.h> ABI of | ||
firewire-core. | ||
|
||
Users: | ||
libraw1394 (works with firewire-cdev too, transparent to library ABI | ||
users) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
What: video1394 (a.k.a. "OHCI-1394 Video support" for FireWire) | ||
Date: May 2010 (scheduled), finally removed in kernel v2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
/dev/video1394/* were character device files, one for each FireWire | ||
controller, which were used for isochronous I/O. It was added as an | ||
alternative to raw1394's isochronous I/O functionality which had | ||
performance issues in its first generation. Any video1394 user had | ||
to use raw1394 + libraw1394 too because video1394 did not provide | ||
asynchronous I/O for device discovery and configuration. | ||
Replaced by /dev/fw*, i.e. the <linux/firewire-cdev.h> ABI of | ||
firewire-core. | ||
|
||
Users: | ||
libdc1394 (works with firewire-cdev too, transparent to library ABI | ||
users) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -502,16 +502,6 @@ Who: Thomas Gleixner <[email protected]> | |
|
||
---------------------------- | ||
|
||
What: old ieee1394 subsystem (CONFIG_IEEE1394) | ||
When: 2.6.37 | ||
Files: drivers/ieee1394/ except init_ohci1394_dma.c | ||
Why: superseded by drivers/firewire/ (CONFIG_FIREWIRE) which offers more | ||
features, better performance, and better security, all with smaller | ||
and more modern code base | ||
Who: Stefan Richter <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: The acpi_sleep=s4_nonvs command line option | ||
When: 2.6.37 | ||
Files: arch/x86/kernel/acpi/sleep.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.