- Aug 07, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 06, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Added LM92 temperature sensor.
-
Paul A. Patience authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 05, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Aug 03, 2015
-
-
Gregory Nutt authored
Support for multicast in FTMAC100 & debug compilation fixup
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Sebastien Lorquet authored
-
Gregory Nutt authored
Custom IOCTL support and more shadow warnings fixup
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Gregory Nutt authored
UART 16550: putc logic fixup
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Anton D. Kachalov authored
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
Anton D. Kachalov authored
Regarding to: https://github.com/tanzilli/ariag25-linux-2.6.39/blob/ariag25/drivers/tty/serial/8250.c#L1584 https://github.com/tanzilli/ariag25-linux-2.6.39/blob/ariag25/drivers/tty/serial/8250.c#L1913 When UART_LSR_THRE bit is set, then we ready to transmit more. Current u16550_putc loops while UART_LSR_THRE bit is set. This logic have to be inverted. Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
-
- Aug 02, 2015
-
-
Gregory Nutt authored
-
- Aug 01, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Add a start time to sem_tickwait() to account for any elapsed time before the timer is actually started
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Neklyudov
-
Gregory Nutt authored
sem_tickwait(): Add a new, non-standard function to perform timed semaphore waits. It is functionally equialent to the standard sem_timedwait(), but more efficient for use in higher performance device drivers. Requested by Max Nekyudov
-
- Jul 31, 2015
-
-
Gregory Nutt authored
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
-
Gregory Nutt authored
Eliminate `sigset' shadow warning
-