Natsemi UART owner test request (was Re: [PATCH] wake up from a serial port)

2007-09-14 Thread Guennadi Liakhovetski
On Wed, 12 Sep 2007, Andrew Morton wrote: > On Wed, 12 Sep 2007 20:50:10 +0200 (CEST) > Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > > > Enable wakeup from serial ports, make it run-time configurable over sysfs, > > e.g., > > > > echo enabled >

Natsemi UART owner test request (was Re: [PATCH] wake up from a serial port)

2007-09-14 Thread Guennadi Liakhovetski
On Wed, 12 Sep 2007, Andrew Morton wrote: On Wed, 12 Sep 2007 20:50:10 +0200 (CEST) Guennadi Liakhovetski [EMAIL PROTECTED] wrote: Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup

Re: [PATCH] wake up from a serial port

2007-09-13 Thread Greg KH
On Wed, Sep 12, 2007 at 03:36:10PM -0700, Andrew Morton wrote: > On Wed, 12 Sep 2007 20:50:10 +0200 (CEST) > Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > > > Enable wakeup from serial ports, make it run-time configurable over sysfs, > > e.g., > > > > echo enabled >

Re: wake up from a serial port

2007-09-13 Thread Guennadi Liakhovetski
On Wed, 12 Sep 2007, Michael Mauch wrote: > Guennadi Liakhovetski wrote: > > > Enable wakeup from serial ports, make it run-time configurable over sysfs, > > e.g., > > > > echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup > > Interesting, but how does that work from a

Re: wake up from a serial port

2007-09-13 Thread Guennadi Liakhovetski
On Wed, 12 Sep 2007, Michael Mauch wrote: Guennadi Liakhovetski wrote: Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Interesting, but how does that work from a

Re: [PATCH] wake up from a serial port

2007-09-13 Thread Greg KH
On Wed, Sep 12, 2007 at 03:36:10PM -0700, Andrew Morton wrote: On Wed, 12 Sep 2007 20:50:10 +0200 (CEST) Guennadi Liakhovetski [EMAIL PROTECTED] wrote: Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled

Re: [PATCH] wake up from a serial port

2007-09-12 Thread Andrew Morton
On Wed, 12 Sep 2007 20:50:10 +0200 (CEST) Guennadi Liakhovetski <[EMAIL PROTECTED]> wrote: > Enable wakeup from serial ports, make it run-time configurable over sysfs, > e.g., > > echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup > > Requires > > #

Re: wake up from a serial port

2007-09-12 Thread Michael Mauch
Guennadi Liakhovetski wrote: > Enable wakeup from serial ports, make it run-time configurable over sysfs, > e.g., > > echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Interesting, but how does that work from a user's/hardware perspective? Do I have to pull DSR/RI to

[PATCH] wake up from a serial port

2007-09-12 Thread Guennadi Liakhovetski
Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> --- Following suggestions from

[PATCH] wake up from a serial port

2007-09-12 Thread Guennadi Liakhovetski
Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- Following suggestions from Alan

Re: wake up from a serial port

2007-09-12 Thread Michael Mauch
Guennadi Liakhovetski wrote: Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Interesting, but how does that work from a user's/hardware perspective? Do I have to pull DSR/RI to +12V?

Re: [PATCH] wake up from a serial port

2007-09-12 Thread Andrew Morton
On Wed, 12 Sep 2007 20:50:10 +0200 (CEST) Guennadi Liakhovetski [EMAIL PROTECTED] wrote: Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not

Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Guennadi Liakhovetski
On Mon, 27 Aug 2007, Pavel Machek wrote: > Hi! > > > Enable wakeup from serial ports, make it run-time configurable over sysfs, > > e.g., > > > > echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup > > > > Requires > > > > # CONFIG_SYSFS_DEPRECATED is not set > > > >

Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Pavel Machek
Hi! > Enable wakeup from serial ports, make it run-time configurable over sysfs, > e.g., > > echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup > > Requires > > # CONFIG_SYSFS_DEPRECATED is not set > > Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> Hmm,

Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Pavel Machek
Hi! Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] Hmm, interesting, looks

Re: [linux-pm] [PATCH, RFC] wake up from a serial port

2007-08-27 Thread Guennadi Liakhovetski
On Mon, 27 Aug 2007, Pavel Machek wrote: Hi! Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi

[PATCH, RFC] wake up from a serial port

2007-08-25 Thread Guennadi Liakhovetski
Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled > /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]> --- I've sent this rfc/patch

[PATCH, RFC] wake up from a serial port

2007-08-25 Thread Guennadi Liakhovetski
Enable wakeup from serial ports, make it run-time configurable over sysfs, e.g., echo enabled /sys/devices/platform/serial8250.0/tty/ttyS0/power/wakeup Requires # CONFIG_SYSFS_DEPRECATED is not set Signed-off-by: Guennadi Liakhovetski [EMAIL PROTECTED] --- I've sent this rfc/patch earlier