alistair23-linux/drivers/phy
Rikard Falkeborn 728ac1ba2e phy: phy-bcm-ns2-usbdrd: Constify phy_ops
phy_ops are never modified and can therefore be made const to allow the
compiler to put it in read-only memory.

Before:
   text    data     bss     dec     hex filename
   7831    3144     128   11103    2b5f drivers/phy/broadcom/phy-bcm-ns2-usbdrd.o

After:
   text    data     bss     dec     hex filename
   7959    3016     128   11103    2b5f drivers/phy/broadcom/phy-bcm-ns2-usbdrd.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200516120441.7627-2-rikard.falkeborn@gmail.com
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
2020-05-18 19:30:56 +05:30
..
allwinner phy: allwinner: Fix GENMASK misuse 2020-03-04 10:56:26 +01:00
amlogic phy: amlogic: meson8b-usb2: Add a compatible string for Meson8m2 2020-05-15 13:16:55 +05:30
broadcom phy: phy-bcm-ns2-usbdrd: Constify phy_ops 2020-05-18 19:30:56 +05:30
cadence phy: phy-cadence-salvo: add phy .init API 2020-05-15 13:20:21 +05:30
freescale
hisilicon phy: hisilicon: Fix Kconfig indentation 2019-12-20 17:00:45 +05:30
intel phy: intel-lgm-emmc: Add architecture dependency 2020-05-13 08:27:35 +05:30
lantiq phy: lantiq: vrx200-pcie: Remove unneeded semicolon 2020-01-08 12:58:06 +05:30
marvell USB/Thunderbolt/PHY driver updates for 5.6-rc1 2020-01-29 10:09:44 -08:00
mediatek phy: phy-mtk-tphy: add a new reference clock 2020-03-20 19:34:29 +05:30
motorola phy: cpcap-usb: Remove some useless code 2020-05-13 08:27:35 +05:30
mscc
qualcomm phy: qcom-qmp: Rename UFS PCS QMP v4 registers 2020-05-05 10:44:04 +05:30
ralink
renesas
rockchip phy: rk-inno-usb2: Decrease verbosity of repeating log. 2020-03-20 19:34:29 +05:30
samsung phy: samsung: s5pv210-usb2: Add delay after reset 2020-05-13 08:27:35 +05:30
socionext phy: uniphier-pcie: Add SoC-dependent phy-mode function support 2020-03-20 19:34:29 +05:30
st
tegra phy: tegra: Select USB_PHY 2020-03-19 14:17:06 +01:00
ti phy: ti: j721e-wiz: Fix some error return code in wiz_probe() 2020-05-13 08:27:35 +05:30
Kconfig phy: intel-lgm-emmc: Add support for eMMC PHY 2020-01-14 10:50:19 +05:30
Makefile phy: intel-lgm-emmc: Add support for eMMC PHY 2020-01-14 10:50:19 +05:30
phy-core-mipi-dphy.c
phy-core.c phy: core: Fix phy_get() to not return error on link creation failure 2020-02-19 16:02:02 +05:30
phy-lpc18xx-usb-otg.c
phy-pistachio-usb.c
phy-xgene.c