Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev

* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:
pata_bf54x: handle portmuxing of pins through GPIO PORTs

+19
+19
drivers/ata/pata_bf54x.c
··· 1557 1557 P_ATAPI_DMARQ, 1558 1558 P_ATAPI_INTRQ, 1559 1559 P_ATAPI_IORDY, 1560 + P_ATAPI_D0A, 1561 + P_ATAPI_D1A, 1562 + P_ATAPI_D2A, 1563 + P_ATAPI_D3A, 1564 + P_ATAPI_D4A, 1565 + P_ATAPI_D5A, 1566 + P_ATAPI_D6A, 1567 + P_ATAPI_D7A, 1568 + P_ATAPI_D8A, 1569 + P_ATAPI_D9A, 1570 + P_ATAPI_D10A, 1571 + P_ATAPI_D11A, 1572 + P_ATAPI_D12A, 1573 + P_ATAPI_D13A, 1574 + P_ATAPI_D14A, 1575 + P_ATAPI_D15A, 1576 + P_ATAPI_A0A, 1577 + P_ATAPI_A1A, 1578 + P_ATAPI_A2A, 1560 1579 0 1561 1580 }; 1562 1581