chip = pwmchip_find_by_name(chosen->provider); /* * If the lookup entry specifies a module, load the module and retry * the PWM chip lookup. This can be used to work around driver load * ordering issues if driver's can't be made to properly support the * deferred probe mechanism....
irq_set_chip_and_handler_name(irq, &dmar_msi_type, handle_edge_irq, "edge"); return 0; irq = create_irq(); if (irq > 0) { irq_set_handler_data(irq, arg); irq_set_chip_and_handler_name(irq, &dmar_msi_type, handle_edge_irq, "edge"); msi_compose_msg(NULL, irq, &msg);...
#include "irqs.h" /* PXA_NR_BUILTIN_GPIO */ /* TOSA Chip selects */ #define TOSA_LCDC_PHYS PXA_CS4_PHYS /* Internel Scoop */2 changes: 2 additions & 0 deletions 2 arch/arm/mach-pxa/include/mach/trizeps4.h Original file line numberDiff line numberDiff line change @@ -10,6...
chip_node = ofnode_get_parent(dev->node); chip_node = ofnode_get_parent(dev_ofnode(dev)); bus_node = ofnode_get_parent(chip_node); err = uclass_get_device_by_ofnode(UCLASS_I2C, bus_node, &i2c_bus); Expand Down 4 changes: 2 additions & 2 deletions 4 drivers/net/mvmdio.c...