31 Mar, 2006

1 commit


29 Mar, 2006

2 commits


27 Mar, 2006

3 commits


26 Mar, 2006

10 commits

  • * master.kernel.org:/home/rmk/linux-2.6-serial:
    [ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversion
    [SERIAL] amba-pl010: Remove accessor macros
    [SERIAL] remove 8250_acpi (replaced by 8250_pnp and PNPACPI)
    [SERIAL] icom: select FW_LOADER

    Linus Torvalds
     
  • Remove unnecessary accessor macros, using readb/writel directly
    instead.

    Signed-off-by: Russell King

    Russell King
     
  • With the combination of PNPACPI and 8250_pnp, we no longer need 8250_acpi.

    Signed-off-by: Bjorn Helgaas
    Signed-off-by: Russell King

    Bjorn Helgaas
     
  • The icom driver uses request_firmware()
    and thus needs to select FW_LOADER.

    Signed-off-by: maximilian attems
    Signed-off-by: Russell King

    maximilian attems
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (21 commits)
    BUG_ON() Conversion in drivers/video/
    BUG_ON() Conversion in drivers/parisc/
    BUG_ON() Conversion in drivers/block/
    BUG_ON() Conversion in sound/sparc/cs4231.c
    BUG_ON() Conversion in drivers/s390/block/dasd.c
    BUG_ON() Conversion in lib/swiotlb.c
    BUG_ON() Conversion in kernel/cpu.c
    BUG_ON() Conversion in ipc/msg.c
    BUG_ON() Conversion in block/elevator.c
    BUG_ON() Conversion in fs/coda/
    BUG_ON() Conversion in fs/binfmt_elf_fdpic.c
    BUG_ON() Conversion in input/serio/hil_mlc.c
    BUG_ON() Conversion in md/dm-hw-handler.c
    BUG_ON() Conversion in md/bitmap.c
    The comment describing how MS_ASYNC works in msync.c is confusing
    rcu: undeclared variable used in documentation
    fix typos "wich" -> "which"
    typo patch for fs/ufs/super.c
    Fix simple typos
    tabify drivers/char/Makefile
    ...

    Linus Torvalds
     
  • Merge mpsc.h into mpsc.c because its the only file that #include's mpsc.h.

    Signed-off-by: Mark A. Greer
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mark A. Greer
     
  • The definition of SUPPORT_SYSRQ must come before #include of serial_core.h.
    This patch moves the definition of SUPPORT_SYSRQ to be just after the #include
    of config.h to make it consistent with 8250.c.

    Reported-by: Stephane Chazelas
    Signed-off-by: Mark A. Greer
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mark A. Greer
     
  • The devname passed to request_irq() contained a '/' which is wrong. At
    a minimum, the '/' prevented the devname from showing up in
    /proc/irq//. This patch replaces the '/' with a '-' to
    fixes that problem.

    Reported-by: Stephane Chazelas
    Signed-off-by: Mark A. Greer
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mark A. Greer
     
  • Add rs422 support to the Altix ioc4 serial driver.

    Signed-off-by: Patrick Gefre
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pat Gefre
     
  • Remove the assumption that driver_register() returns the number of devices
    bound to the driver. In fact, it returns zero for success or a negative
    error value.

    dio_module_init() used the device count to automatically unregister and
    unload drivers that found no devices. That might have worked at one time,
    but has been broken for some time because dio_register_driver() returned
    either a negative error or a positive count (never zero). So it could only
    unregister on failure, when it's not needed anyway.

    This functionality could be resurrected in individual drivers by counting
    devices in their .probe() methods.

    Signed-off-by: Bjorn Helgaas
    Cc: Philip Blundell
    Cc: Jochen Friedrich
    Cc: "Antonino A. Daplas"
    Cc: Jeff Garzik
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Bjorn Helgaas
     

25 Mar, 2006

1 commit


23 Mar, 2006

2 commits


22 Mar, 2006

2 commits

  • The patch does the following for v441xx seris drivers:

    - stop using platform_device_register_simple() as it is going away
    - mark ->probe() and ->remove() methods as __devinit and __devexit
    respectively
    - initialize "owner" field in driver structure so there is a link
    from /sys/modules to the driver
    - mark *_init() and *_exit() functions as __init and __exit

    Signed-off-by: Dmitry Torokhov
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dmitry Torokhov
     
  • Update the serial_txx9 driver.

    * More strict check in verify_port. Cleanup.
    * Do not insert a char caused previous overrun.
    * Fix some spin_locks.
    * Do not call uart_add_one_port for absent ports.

    Also, this patch removes a BROKEN tag from Kconfig. This driver has been
    marked as BROKEN by removal of uart_register_port, but it has been solved
    already on Sep 2005.

    Signed-off-by: Atsushi Nemoto
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Atsushi Nemoto
     

21 Mar, 2006

2 commits


20 Mar, 2006

11 commits


12 Mar, 2006

1 commit


09 Mar, 2006

2 commits

  • We're presently getting oopses because Bluetooth (and possibly other) drivers
    are calling core functions after things have been shut down.

    So rather than oopsing, let's drop a warning then take avoiding action, so the
    machine survives. Once all the sub-drivers are fixed up we can remove the
    take-avoiding-action part.

    Signed-off-by: Pavel Machek
    Cc: Russell King
    Cc: Marcel Holtmann
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Machek
     
  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
    [IA64] mca recovery return value when no bus check
    [IA64] SGI SN drivers: don't report !sn2 hardware as an error
    [IA64] don't report !sn2 or !summit hardware as an error
    [IA64] gensparse_defconfig: turn on PNPACPI
    [IA64] Increase severity of MCA recovery messages

    Linus Torvalds
     

08 Mar, 2006

2 commits


01 Mar, 2006

1 commit