fsl_rio.c (9a64e8e0ace51b309fdcff4b4754b3649250382a) | fsl_rio.c (cad5cef62a5a0c525d39118d2e94b6e2034d5e05) |
---|---|
1/* 2 * Freescale MPC85xx/MPC86xx RapidIO support 3 * 4 * Copyright 2009 Sysgo AG 5 * Thomas Moll <thomas.moll@sysgo.com> 6 * - fixed maintenance access routines, check for aligned access 7 * 8 * Copyright 2009 Integrated Device Technology, Inc. --- 630 unchanged lines hidden (view full) --- 639err_ops: 640 iounmap(rio_regs_win); 641err_rio_regs: 642 return rc; 643} 644 645/* The probe function for RapidIO peer-to-peer network. 646 */ | 1/* 2 * Freescale MPC85xx/MPC86xx RapidIO support 3 * 4 * Copyright 2009 Sysgo AG 5 * Thomas Moll <thomas.moll@sysgo.com> 6 * - fixed maintenance access routines, check for aligned access 7 * 8 * Copyright 2009 Integrated Device Technology, Inc. --- 630 unchanged lines hidden (view full) --- 639err_ops: 640 iounmap(rio_regs_win); 641err_rio_regs: 642 return rc; 643} 644 645/* The probe function for RapidIO peer-to-peer network. 646 */ |
647static int __devinit fsl_of_rio_rpn_probe(struct platform_device *dev) | 647static int fsl_of_rio_rpn_probe(struct platform_device *dev) |
648{ 649 printk(KERN_INFO "Setting up RapidIO peer-to-peer network %s\n", 650 dev->dev.of_node->full_name); 651 652 return fsl_rio_setup(dev); 653}; 654 655static const struct of_device_id fsl_of_rio_rpn_ids[] = { --- 21 unchanged lines hidden --- | 648{ 649 printk(KERN_INFO "Setting up RapidIO peer-to-peer network %s\n", 650 dev->dev.of_node->full_name); 651 652 return fsl_rio_setup(dev); 653}; 654 655static const struct of_device_id fsl_of_rio_rpn_ids[] = { --- 21 unchanged lines hidden --- |