| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-05-31 | speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO | Niklas Schnelle | 1 | -0/+1 | |
| In a future patch HAS_IOPORT=n will result in inb()/outb() and friends not being declared. SPEAKUP_SERIALIO thus needs to depend on HAS_IOPORT. Reviewed-by: Samuel Thibault <[email protected]> Co-developed-by: Arnd Bergmann <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Niklas Schnelle <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2020-08-18 | speakup: only build serialio when ISA is enabled | Samuel Thibault | 1 | -4/+9 | |
| Drivers using serialio were already made available in Kconfig only under the ISA condition. Signed-off-by: Samuel Thibault <[email protected]> Link: https://lore.kernel.org/r/20200804160659.7y76sdseow43lfms@function Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||
| 2020-07-29 | staging/speakup: Move out of staging | Samuel Thibault | 1 | -0/+200 | |
| The nasty TODO items are done. Signed-off-by: Samuel Thibault <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> | |||||