summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sh-sci.c
AgeCommit message (Expand)Author
2013-12-24serial: sh-sci: Add OF supportBastian Hecht
2013-12-24serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart
2013-12-24serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart
2013-12-24serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart
2013-12-24serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart
2013-12-24serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart
2013-12-14serial: sh-sci: Convert to clk_prepare/unprepareLaurent Pinchart
2013-12-14serial: sh-sci: Don't enable/disable port from within break timerLaurent Pinchart
2013-12-12serial: sh-sci: Fix warnings due to improper casts and printk formatsLaurent Pinchart
2013-10-25serial: sh: use DMA_COMPLETE for dma completion statusVinod Koul
2013-08-02serial: sh-sci: use dev_get_platdata()Jingoo Han
2013-07-31serial: use dev_get_platdata()Jingoo Han
2013-06-26serial: sh-sci: Initialise variables before access in sci_set_termios()Simon Horman
2013-06-17serial: sh-sci: HSCIF supportUlrich Hecht
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-15serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi
2012-11-15serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi
2012-11-15serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii
2012-11-15serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii
2012-11-15serial: sh-sci: support lower baud rateTakashi Yoshii
2012-11-15serial: sh-sci: fix condition test to set SCBRRTakashi Yoshii
2012-11-15serial: sh-sci: console runtime PM support (revisit)Teppei Kamijou
2012-11-15Partially revert "serial: sh-sci: console Runtime PM support"Shinya Kuribayashi
2012-11-15Revert "sh-sci / PM: Use power.irq_safe"Shinya Kuribayashi
2012-11-15Revert "sh-sci / PM: Avoid deadlocking runtime PM"Shinya Kuribayashi
2012-10-15sh: Fix up more fallout from pointless ARM __iomem churn.Paul Mundt
2012-08-01serial: sh-sci: fix compilation breakage, when DMA is enabledGuennadi Liakhovetski
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-07-13serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski
2012-06-13serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart
2012-06-13serial: sh-sci: Fix probe error pathsLaurent Pinchart
2012-05-18serial: sh-sci: Fix for port types without BRI interrupts.Paul Mundt
2012-04-12serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes.Shimoda, Yoshihiro
2012-04-09serial: sh-sci: modify sci_break_ctl()Shimoda, Yoshihiro
2012-03-30serial: sh-sci: use serial_port_in/out vs sci_in/out.Paul Mundt
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-03-28serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine