Re: [PATCH 03/23] printk: Move braille console support into separate braille.[ch] files

2012-10-25 Thread Stephen Warren
On 10/24/2012 06:31 PM, Joe Perches wrote: > On Wed, 2012-10-24 at 18:12 -0600, Stephen Warren wrote: >> On 10/17/2012 12:06 AM, Joe Perches wrote: >>> Create files with prototypes and static inlines for braille >>> support. Make braille_console functions return 1 on success. >> >> Joe, >> >> Betw

Re: [PATCH 03/23] printk: Move braille console support into separate braille.[ch] files

2012-10-24 Thread Joe Perches
On Wed, 2012-10-24 at 18:12 -0600, Stephen Warren wrote: > On 10/17/2012 12:06 AM, Joe Perches wrote: > > Create files with prototypes and static inlines for braille > > support. Make braille_console functions return 1 on success. > > Joe, > > Between next-20121022 and next-20121023, the serial

Re: [PATCH 03/23] printk: Move braille console support into separate braille.[ch] files

2012-10-24 Thread Stephen Warren
On 10/17/2012 12:06 AM, Joe Perches wrote: > Create files with prototypes and static inlines for braille > support. Make braille_console functions return 1 on success. Joe, Between next-20121022 and next-20121023, the serial console (on the ARM SoC Tegra at least) stopped working. The issue bise

Re: [PATCH 03/23] printk: Move braille console support into separate braille.[ch] files

2012-10-17 Thread Samuel Thibault
Joe Perches, le Tue 16 Oct 2012 23:06:07 -0700, a écrit : > Create files with prototypes and static inlines for braille > support. Make braille_console functions return 1 on success. > > cc: Samuel Thibault > Signed-off-by: Joe Perches Acked-by: Samuel Thibault > --- > drivers/accessibility

[PATCH 03/23] printk: Move braille console support into separate braille.[ch] files

2012-10-16 Thread Joe Perches
Create files with prototypes and static inlines for braille support. Make braille_console functions return 1 on success. cc: Samuel Thibault Signed-off-by: Joe Perches --- drivers/accessibility/braille/braille_console.c |9 - kernel/printk/Makefile |1 + ke