summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-03-17 12:55:57 -0300
committerSascha Hauer <s.hauer@pengutronix.de>2011-05-19 13:11:04 +0200
commit6f9ec442a07701e0ef241854862fdf2540be1bdb (patch)
treecc291be07bd36c1fd086ec2940078c89356fe001 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent2d95378b043f082192a11f8476e3f63291c3477b (diff)
downloadkernel-6f9ec442a07701e0ef241854862fdf2540be1bdb.tar.gz
ARM: mx5/babbage: Use gpio_request_one in babbage_usbhub_reset
Current code inside babbage_usbhub_reset uses gpio_direction_output with initial value of the GPIO and also sets the GPIO value via gpio_set_value to the same level right after. This is not needed. By using gpio_request_one it is possible to set the direction and initial value in one shot. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> LAKML-Reference: 1300377359-23212-2-git-send-email-fabio.estevam@freescale.com Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
rnel/commit/drivers/pci/controller/plda/pcie-microchip-host.c?id=e9b7007a94db954b687ad6b6ce782bc1c8a46876'>PCI: microchip: Rename PLDA structures to be genericMinda Chen 2024-05-28PCI: microchip: Add bridge_addr field to struct mc_pcieMinda Chen 2024-05-28PCI: microchip: Move PLDA IP register macros to pcie-plda.hMinda Chen 2024-05-28PCI: microchip: Move pcie-microchip-host.c to PLDA directoryMinda Chen