Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-28serial: cpm_uart: constify uart_ops structuresJulia Lawall
2017-02-03tty: serial: cpm_uart: make use of for_each_node_by_type()Dmitry Torokhov
2015-10-04tty: serial: cpm_uart: Fix module autoload for OF platform driverLuis de Bethencourt
2015-03-27tty: constify of_device_id arrayFabian Frederick
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-06serial: cpm_uart: use container_of to resolve uart_cpm_port from uart_portFabian Frederick
2014-10-20tty: serial: cpm_uart: drop owner assignment from platform_driversWolfram Sang
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2014-05-29serial: cpm_uart: No LF conversion in put_poll_char()Daniel Thompson
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding
2013-10-10drivers: clean-up prom.h implicit includesRob Herring
2013-08-28tty: serial: cpm_uart: Adding proper request of GPIO used by cpm_uart driverChristophe Leroy
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-16TTY: move low_latency to tty_portJiri Slaby
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby
2013-01-16TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-22tty: remove use of __devexitBill Pemberton
2012-11-22tty: remove use of __devinitBill Pemberton
2012-09-27Powerpc 8xx CPM_UART setting MAXIDL register proportionaly to baud rateChristophe Leroy
2012-09-27Powerpc 8xx CPM_UART maxidl should not depend on fifo sizeChristophe Leroy
2012-09-27Powerpc 8xx CPM_UART too many interruptsChristophe Leroy
2012-09-27Powerpc 8xx CPM_UART desynchronisationChristophe Leroy
2011-09-23TTY: serial, fix includes in some driversJiri Slaby
2011-04-20tty: remove invalid location line in file headerJovi Zhang
2011-02-28dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman