forked from torvalds/linux
-
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 git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6: pcmcia: avoid buffer overflow in pcmcia_setup_isa_irq pcmcia: do not request windows if you don't need to pcmcia: insert PCMCIA device resources into resource tree pcmcia: export resource information to sysfs pcmcia: use struct resource for PCMCIA devices, part 2 pcmcia: remove memreq_t pcmcia: move local definitions out of include/pcmcia/cs.h pcmcia: do not use io_req_t when calling pcmcia_request_io() pcmcia: do not use io_req_t after call to pcmcia_request_io() pcmcia: use struct resource for PCMCIA devices pcmcia: clean up cs.h pcmcia: use pcmica_{read,write}_config_byte pcmcia: remove cs_types.h pcmcia: remove unused flag, simplify headers pcmcia: remove obsolete CS_EVENT_ definitions pcmcia: split up central event handler pcmcia: simplify event callback pcmcia: remove obsolete ioctl Conflicts in: - drivers/staging/comedi/drivers/* - drivers/staging/wlags49_h2/wl_cs.c due to dev_info_t and whitespace changes
- Loading branch information
Showing
97 changed files
with
1,197 additions
and
3,195 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -116,29 +116,6 @@ Who: Mauro Carvalho Chehab <[email protected]> | |
|
||
--------------------------- | ||
|
||
What: PCMCIA control ioctl (needed for pcmcia-cs [cardmgr, cardctl]) | ||
When: 2.6.35/2.6.36 | ||
Files: drivers/pcmcia/: pcmcia_ioctl.c | ||
Why: With the 16-bit PCMCIA subsystem now behaving (almost) like a | ||
normal hotpluggable bus, and with it using the default kernel | ||
infrastructure (hotplug, driver core, sysfs) keeping the PCMCIA | ||
control ioctl needed by cardmgr and cardctl from pcmcia-cs is | ||
unnecessary and potentially harmful (it does not provide for | ||
proper locking), and makes further cleanups and integration of the | ||
PCMCIA subsystem into the Linux kernel device driver model more | ||
difficult. The features provided by cardmgr and cardctl are either | ||
handled by the kernel itself now or are available in the new | ||
pcmciautils package available at | ||
http://kernel.org/pub/linux/utils/kernel/pcmcia/ | ||
|
||
For all architectures except ARM, the associated config symbol | ||
has been removed from kernel 2.6.34; for ARM, it will be likely | ||
be removed from kernel 2.6.35. The actual code will then likely | ||
be removed from kernel 2.6.36. | ||
Who: Dominik Brodowski <[email protected]> | ||
|
||
--------------------------- | ||
|
||
What: sys_sysctl | ||
When: September 2010 | ||
Option: CONFIG_SYSCTL_SYSCALL | ||
|
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.