mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xscaleiop
Conflicts: MAINTAINERS
This commit is contained in:
commit
534d0c92cf
12
MAINTAINERS
12
MAINTAINERS
@ -646,24 +646,24 @@ ARM/INTEL IOP32X ARM ARCHITECTURE
|
|||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
M: Dan Williams <dan.j.williams@intel.com>
|
M: Dan Williams <dan.j.williams@intel.com>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
S: Supported
|
S: Maintained
|
||||||
|
|
||||||
ARM/INTEL IOP33X ARM ARCHITECTURE
|
ARM/INTEL IOP33X ARM ARCHITECTURE
|
||||||
M: Dan Williams <dan.j.williams@intel.com>
|
M: Dan Williams <dan.j.williams@intel.com>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
S: Supported
|
S: Maintained
|
||||||
|
|
||||||
ARM/INTEL IOP13XX ARM ARCHITECTURE
|
ARM/INTEL IOP13XX ARM ARCHITECTURE
|
||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
M: Dan Williams <dan.j.williams@intel.com>
|
M: Dan Williams <dan.j.williams@intel.com>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
S: Supported
|
S: Maintained
|
||||||
|
|
||||||
ARM/INTEL IQ81342EX MACHINE SUPPORT
|
ARM/INTEL IQ81342EX MACHINE SUPPORT
|
||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
M: Dan Williams <dan.j.williams@intel.com>
|
M: Dan Williams <dan.j.williams@intel.com>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
S: Supported
|
S: Maintained
|
||||||
|
|
||||||
ARM/INTEL IXP2000 ARM ARCHITECTURE
|
ARM/INTEL IXP2000 ARM ARCHITECTURE
|
||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
@ -691,7 +691,7 @@ ARM/INTEL XSC3 (MANZANO) ARM CORE
|
|||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
M: Dan Williams <dan.j.williams@intel.com>
|
M: Dan Williams <dan.j.williams@intel.com>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
S: Supported
|
S: Maintained
|
||||||
|
|
||||||
ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
|
ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
|
||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
@ -2682,7 +2682,7 @@ F: include/linux/intel-iommu.h
|
|||||||
|
|
||||||
INTEL IOP-ADMA DMA DRIVER
|
INTEL IOP-ADMA DMA DRIVER
|
||||||
M: Dan Williams <dan.j.williams@intel.com>
|
M: Dan Williams <dan.j.williams@intel.com>
|
||||||
S: Supported
|
S: Maintained
|
||||||
F: drivers/dma/iop-adma.c
|
F: drivers/dma/iop-adma.c
|
||||||
|
|
||||||
INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
|
INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -215,6 +215,7 @@ extern int iop3xx_get_init_atu(void);
|
|||||||
* IOP3XX I/O and Mem space regions for PCI autoconfiguration
|
* IOP3XX I/O and Mem space regions for PCI autoconfiguration
|
||||||
*/
|
*/
|
||||||
#define IOP3XX_PCI_LOWER_MEM_PA 0x80000000
|
#define IOP3XX_PCI_LOWER_MEM_PA 0x80000000
|
||||||
|
#define IOP3XX_PCI_MEM_WINDOW_SIZE 0x08000000
|
||||||
|
|
||||||
#define IOP3XX_PCI_IO_WINDOW_SIZE 0x00010000
|
#define IOP3XX_PCI_IO_WINDOW_SIZE 0x00010000
|
||||||
#define IOP3XX_PCI_LOWER_IO_PA 0x90000000
|
#define IOP3XX_PCI_LOWER_IO_PA 0x90000000
|
||||||
|
@ -31,7 +31,5 @@
|
|||||||
#define IOP32X_MAX_RAM_SIZE 0x40000000UL
|
#define IOP32X_MAX_RAM_SIZE 0x40000000UL
|
||||||
#define IOP3XX_MAX_RAM_SIZE IOP32X_MAX_RAM_SIZE
|
#define IOP3XX_MAX_RAM_SIZE IOP32X_MAX_RAM_SIZE
|
||||||
#define IOP3XX_PCI_LOWER_MEM_BA 0x80000000
|
#define IOP3XX_PCI_LOWER_MEM_BA 0x80000000
|
||||||
#define IOP32X_PCI_MEM_WINDOW_SIZE 0x04000000
|
|
||||||
#define IOP3XX_PCI_MEM_WINDOW_SIZE IOP32X_PCI_MEM_WINDOW_SIZE
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -36,8 +36,6 @@
|
|||||||
#define IOP33X_MAX_RAM_SIZE 0x80000000UL
|
#define IOP33X_MAX_RAM_SIZE 0x80000000UL
|
||||||
#define IOP3XX_MAX_RAM_SIZE IOP33X_MAX_RAM_SIZE
|
#define IOP3XX_MAX_RAM_SIZE IOP33X_MAX_RAM_SIZE
|
||||||
#define IOP3XX_PCI_LOWER_MEM_BA (PHYS_OFFSET + IOP33X_MAX_RAM_SIZE)
|
#define IOP3XX_PCI_LOWER_MEM_BA (PHYS_OFFSET + IOP33X_MAX_RAM_SIZE)
|
||||||
#define IOP33X_PCI_MEM_WINDOW_SIZE 0x08000000
|
|
||||||
#define IOP3XX_PCI_MEM_WINDOW_SIZE IOP33X_PCI_MEM_WINDOW_SIZE
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -257,7 +257,8 @@ void __init iop3xx_atu_setup(void)
|
|||||||
*IOP3XX_OUMWTVR0 = 0;
|
*IOP3XX_OUMWTVR0 = 0;
|
||||||
|
|
||||||
/* Outbound window 1 */
|
/* Outbound window 1 */
|
||||||
*IOP3XX_OMWTVR1 = IOP3XX_PCI_LOWER_MEM_BA + IOP3XX_PCI_MEM_WINDOW_SIZE;
|
*IOP3XX_OMWTVR1 = IOP3XX_PCI_LOWER_MEM_BA +
|
||||||
|
IOP3XX_PCI_MEM_WINDOW_SIZE / 2;
|
||||||
*IOP3XX_OUMWTVR1 = 0;
|
*IOP3XX_OUMWTVR1 = 0;
|
||||||
|
|
||||||
/* BAR 3 ( Disabled ) */
|
/* BAR 3 ( Disabled ) */
|
||||||
|
@ -85,7 +85,7 @@ void __init iop_init_time(unsigned long tick_rate)
|
|||||||
{
|
{
|
||||||
u32 timer_ctl;
|
u32 timer_ctl;
|
||||||
|
|
||||||
ticks_per_jiffy = (tick_rate + HZ/2) / HZ;
|
ticks_per_jiffy = DIV_ROUND_CLOSEST(tick_rate, HZ);
|
||||||
ticks_per_usec = tick_rate / 1000000;
|
ticks_per_usec = tick_rate / 1000000;
|
||||||
next_jiffy_time = 0xffffffff;
|
next_jiffy_time = 0xffffffff;
|
||||||
iop_tick_rate = tick_rate;
|
iop_tick_rate = tick_rate;
|
||||||
|
Loading…
Reference in New Issue
Block a user