summaryrefslogtreecommitdiff
path: root/drivers/escc.c
Commit message (Expand)AuthorAgeFilesLines
* escc: send software reset command before configuring the portMark Cave-Ayland2021-09-021-0/+6
* escc: add port index to uart_init_line()Mark Cave-Ayland2021-09-021-3/+3
* escc: explicitly mark variable containing incoming keyboard character as vola...Mark Cave-Ayland2019-10-171-1/+1
* pci: remove explicit find-device from PCI devicesMark Cave-Ayland2019-08-181-5/+0
* escc: convert to use BIND_NODE_METHODS() macroMark Cave-Ayland2019-08-181-42/+72
* escc: Don't set aliases for legacy devicesBenjamin Herrenschmidt2016-08-261-8/+9
* escc: Fix legacy addressesBenjamin Herrenschmidt2016-08-261-2/+2
* escc.c: add empty ranges property to escc and escc-legacy nodesofficialMark Cave-Ayland2016-04-171-0/+2
* escc.c: add DBDMA interrupt propertiesMark Cave-Ayland2016-02-251-3/+6
* escc.c: add DBDMA addresses to reg propertyMark Cave-Ayland2016-02-251-1/+13
* escc.c: add empty slot-names property to serial portsMark Cave-Ayland2016-02-251-0/+2
* escc.c: tidy-up legacy and non-legacy codepathsMark Cave-Ayland2016-02-251-28/+14
* ppc: fix ESCC reg propertiesMark Cave-Ayland2016-02-251-13/+30
* escc.c: rename offset to indexMark Cave-Ayland2016-02-251-16/+16
* ppc: add ESCC legacy supportCormac O'Brien2015-10-231-17/+71
* escc: fix keyboard property for SPARC32Olivier Danet2014-02-071-4/+4
* escc/pc_serial: separate uart_* functions into separate namespacesMark Cave-Ayland2013-10-251-25/+25
* SPARC: Another escc alignment fix for escc_keyboardMark Cave-Ayland2013-04-261-1/+1
* SPARC: Fix escc instance structure alignmentMark Cave-Ayland2013-04-211-4/+4
* Set properties to disable carrier detection on the serial ports for SPARC32.Mark Cave-Ayland2011-04-271-0/+10
* Switch all SPARC32 devices over from the private map_io() function over to OF...Mark Cave-Ayland2011-01-021-2/+2
* Don't make assumptions about device address sizeAndreas Färber2010-10-301-20/+20
* Don't assume that pointer and cell size are identical, part 1Andreas Färber2010-10-251-2/+2
* Move the basic OpenBIOS configuration header files from include/openbios to i...Mark Cave-Ayland2010-03-141-1/+1
* Move the driver header files into include/drivers to synchronise with the cod...Mark Cave-Ayland2010-03-141-1/+1
* Move the libopenbios header files into include/libopenbios to synchronise wit...Mark Cave-Ayland2010-03-141-2/+2
* I accidently set props[0] twice instead of going through both elements.Alexander Graf2009-12-211-1/+1
* When running qemu in -M mac99 mode, interrupts failed on me all the Alexander Graf2009-12-181-0/+5
* Delete some unused macros detected with -Wp,-Wunused-macros useBlue Swirl2009-03-281-1/+0
* Support for Qemu -nographic flagBlue Swirl2009-02-141-5/+5
* Send key on key press, not release: closes #26Blue Swirl2009-01-171-2/+2
* Use aliases for console device selectionBlue Swirl2009-01-171-0/+14
* CONFIG_SERIAL_PORT to 0 select ch-a (0x20 offset), other value select ch-b (0...Laurent Vivier2009-01-131-1/+1
* ESCC: correctly use CONFIG_SERIAL_PORTLaurent Vivier2009-01-131-2/+1
* escc: add "AAPL," and "reg" properties (allow to use it with linux)Laurent Vivier2009-01-131-4/+20
* Add aliases for ch-a and ch-b: ttya, ttyb for oldworld, and scca and sccb for...Laurent Vivier2009-01-131-15/+28
* Fix wrong propertyBlue Swirl2009-01-121-1/+1
* Extract ESCC serial driverBlue Swirl2009-01-121-0/+420