aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serial/uartlite.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-27serial-uartlite: fix null pointer dereference on pointer portGravatar Colin Ian King 1-5/+10
2018-11-09serial-uartlite: Fix the unbind pathGravatar Shubhrajyoti Datta 1-1/+1
2018-11-09serial-uartlite: Add runtime supportGravatar Shubhrajyoti Datta 1-9/+43
2018-11-09serial-uartlite: Do not use static struct uart_driver out of probe()Gravatar Shubhrajyoti Datta 1-3/+8
2018-11-09serial-uartlite: Add get serial id if not providedGravatar Shubhrajyoti Datta 1-0/+7
2018-11-09serial-uartlite: Move the uart registerGravatar Shubhrajyoti Datta 1-9/+9
2018-09-18tty: serial: uartlite: Use dynamic array for console portGravatar Shubhrajyoti Datta 1-4/+24
2018-09-18tty: serial: uartlite: remove console_initGravatar Shubhrajyoti Datta 1-8/+0
2018-09-18tty: serial: uartlite: Move uart register to probeGravatar Shubhrajyoti Datta 1-17/+10
2018-09-18tty: serial: uartlite: Enable clocks at probeGravatar Shubhrajyoti Datta 1-2/+6
2018-08-02tty: serial: uartlite: Add support for suspend and resumeGravatar Shubhrajyoti Datta 1-0/+36
2018-08-02tty: serial: uartlite: Add clock adaptationGravatar Shubhrajyoti Datta 1-2/+47
2018-08-02tty: serial: uartlite: Add structure for private dataGravatar Shubhrajyoti Datta 1-8/+21
2017-11-08tty: serial: Remove redundant license textGravatar Greg Kroah-Hartman 1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-10-20serial-uartlite: pr_err() strings should end with newlinesGravatar Arvind Yadav 1-1/+1
2017-03-17uartlite: Adding a kernel parameter for the number of uartlitesGravatar Sam Povilus 1-1/+1
2016-09-02serial-uartlite: constify uart_ops structuresGravatar Julia Lawall 1-1/+1
2016-04-30serial-uartlite: Constify uartlite_be/uartlite_leGravatar Maarten Brock 1-6/+6
2016-04-19Revert "serial-uartlite: Constify uartlite_be/uartlite_le"Gravatar Sudip Mukherjee 1-4/+4
2016-03-07serial-uartlite: Configure for rising edge irq trigger.Gravatar Maarten Brock 1-1/+2
2016-03-07serial-uartlite: Spinlock inside the loop.Gravatar Maarten Brock 1-5/+4
2016-03-07serial-uartlite: Constify uartlite_be/uartlite_leGravatar Maarten Brock 1-4/+4
2016-03-07serial-uartlite: Enlarge maximum nr of devices to 16.Gravatar Maarten Brock 1-1/+1
2016-02-06serial-uartlite: fix missing locking in isrGravatar Rich Felker 1-0/+4
2016-02-06serial-uartlite: add earlycon supportGravatar Rich Felker 1-0/+41
2015-04-28serial: xilinx: Use platform_get_irq to get irq description structureGravatar Michal Simek 1-5/+6
2015-03-26tty: constify of_device_id arrayGravatar Fabian Frederick 1-1/+1
2014-09-08tty: serial: uartlite: Remove .owner field for driverGravatar Michal Simek 1-1/+0
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Gravatar Alexander Shiyan 1-6/+0
2014-05-28tty: serial: uartlite: Specify time for sending charsGravatar Michal Simek 1-4/+13
2013-02-13tty: serial: uartlite: Support uartlite on big and little endian systemsGravatar Michal Simek 1-22/+79
2013-02-13tty: serial: uartlite: Fix sparse and checkpatch warningsGravatar Michal Simek 1-4/+4
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-4/+4
2012-11-21tty: remove use of __devexitGravatar Bill Pemberton 1-2/+2
2012-11-21tty: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-21tty: remove use of __devinitGravatar Bill Pemberton 1-3/+3
2012-11-21tty: serial: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-19uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opGravatar Theodore Ts'o 1-2/+1
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-3/+1
2011-09-29tty: use of_match_ptr() for of_match_table entryGravatar Ben Dooks 1-3/+1
2011-09-22TTY: serial, fix includes in some driversGravatar Jiri Slaby 1-0/+1
2011-02-28dt: uartlite: merge platform and of_platform driver bindingsGravatar Grant Likely 1-79/+24
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Gravatar Greg Kroah-Hartman 1-0/+709