Age | Commit message (Expand) | Author | Files | Lines |
2023-04-12 | phy: rockchip: remove unused hw_to_inno function | Tom Rix | 1 | -5/+0 |
2023-03-31 | phy: rockchip: Add naneng combo phy support for RK3588 | Lucas Tanure | 1 | -0/+184 |
2023-03-31 | phy: rockchip-pcie: remove unused phy_rd_cfg function | Tom Rix | 1 | -15/+0 |
2023-03-20 | phy: rockchip: phy-rockchip-typec: Convert to platform remove callback return... | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: rockchip: phy-rockchip-inno-hdmi: Convert to platform remove callback re... | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: rockchip: phy-rockchip-inno-dsidphy: Convert to platform remove callback... | Uwe Kleine-König | 1 | -4/+2 |
2023-03-20 | phy: rockchip: phy-rockchip-inno-csidphy: Convert to platform remove callback... | Uwe Kleine-König | 1 | -4/+2 |
2023-02-16 | phy: rockchip-typec: Fix unsigned comparison with less than zero | Jiapeng Chong | 1 | -2/+1 |
2023-02-14 | Merge tag 'phy-fixes-6.2' into next | Vinod Koul | 1 | -1/+3 |
2023-02-14 | phy: rockchip-typec: fix tcphy_get_mode error case | Neill Kapron | 1 | -2/+2 |
2023-01-13 | phy: rockchip-inno-usb2: Fix missing clk_disable_unprepare() in rockchip_usb2... | Shang XiaoJing | 1 | -1/+3 |
2022-09-29 | phy: rockchip-snps-pcie3: only look for rockchip,pipe-grf on rk3588 | Aurelien Jarno | 1 | -4/+9 |
2022-09-20 | phy: rockchip-snps-pcie3: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -3/+1 |
2022-09-20 | phy: rockchip: inno-dsidphy: Add support for rk3568 | Chris Morgan | 1 | -46/+158 |
2022-09-04 | phy: rockchip-inno-usb2: Return zero after otg sync | Peter Geis | 1 | -4/+6 |
2022-09-04 | phy: rockchip: Support PCIe v3 | Shawn Lin | 3 | -0/+329 |
2022-09-02 | phy: rockchip: add support for the rk356x variant to rockchip-inno-csidphy | Michael Riesch | 1 | -0/+24 |
2022-07-15 | phy: rockchip-inno-usb2: Ignore OTG IRQs in host mode | Samuel Holland | 1 | -1/+3 |
2022-07-05 | phy: rockchip-inno-usb2: Sync initial otg state | Peter Geis | 1 | -0/+6 |
2022-07-05 | phy: rockchip-inno-usb2: Prevent incorrect error on probe | Peter Geis | 1 | -1/+1 |
2022-05-02 | phy: rockchip-inno-usb2: Clean up some inconsistent indenting | Jiapeng Chong | 1 | -2/+2 |
2022-04-20 | phy: rockchip-inno-usb2: Handle ID IRQ | Samuel Holland | 1 | -0/+85 |
2022-04-20 | phy: rockchip-inno-usb2: Handle bvalid falling | Samuel Holland | 1 | -9/+9 |
2022-04-20 | phy: rockchip-inno-usb2: Support multi-bit mask properties | Samuel Holland | 1 | -1/+1 |
2022-04-20 | phy: rockchip-inno-usb2: Do not lock in bvalid IRQ handler | Samuel Holland | 1 | -4/+0 |
2022-04-20 | phy: rockchip-inno-usb2: Do not check bvalid twice | Samuel Holland | 1 | -6/+4 |
2022-04-20 | phy: rockchip-inno-usb2: Fix muxed interrupt support | Samuel Holland | 1 | -2/+8 |
2022-04-13 | phy/rockchip: Use of_device_get_match_data() | Minghao Chi (CGEL ZTE) | 1 | -4/+2 |
2022-04-13 | phy/rockchip: Use of_device_get_match_data() | Minghao Chi (CGEL ZTE) | 1 | -6/+1 |
2022-02-24 | phy: rockchip: add naneng combo phy for RK3568 | Yifeng Zhao | 3 | -0/+590 |
2022-02-02 | phy: dphy: Correct clk_pre parameter | Liu Ying | 1 | -1/+2 |
2021-12-23 | phy: phy-rockchip-inno-usb2: add rk3568 support | Peter Geis | 1 | -0/+65 |
2021-12-23 | phy: phy-rockchip-inno-usb2: support muxed interrupts | Peter Geis | 1 | -49/+119 |
2021-12-23 | phy: phy-rockchip-inno-usb2: support standalone phy nodes | Peter Geis | 1 | -5/+12 |
2021-12-23 | phy: phy-rockchip-inno-usb2: support #address_cells = 2 | Peter Geis | 1 | -1/+10 |
2021-12-14 | phy: rockchip-inno-usb2: remove redundant assignment to variable delay | Colin Ian King | 1 | -1/+0 |
2021-10-01 | phy: rockchip-inno-usb2: Make use of the helper function devm_add_action_or_r... | Cai Huoqing | 1 | -9/+2 |
2021-08-06 | phy: rockchip-inno-usb2: fix for_each_child.cocci warnings | kernel test robot | 1 | -1/+3 |
2021-06-21 | phy/rockchip: add Innosilicon-based CSI dphy | Heiko Stuebner | 3 | -0/+469 |
2021-06-21 | phy: rockchip: remove redundant initialization of pointer cfg | Colin Ian King | 1 | -2/+2 |
2021-05-31 | phy: phy-rockchip-inno-usb2: add support for RK3308 USB phy | Tobias Schramm | 1 | -0/+44 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -4/+4 |
2021-04-06 | time64.h: Consolidated PSEC_PER_SEC definition | Andy Shevchenko | 1 | -4/+4 |
2021-03-15 | phy: rockchip-typec: add missing of_node_put | Junlin Yang | 1 | -0/+1 |
2021-01-13 | phy: rockchip: emmc, add vendor prefix to dts properties | Chris Ruehl | 1 | -2/+2 |
2021-01-13 | phy: rockchip-emmc: emmc_phy_init() always return 0 | Chris Ruehl | 1 | -3/+5 |
2020-12-05 | phy: rockchip-emmc: output tap delay dt property | Chris Ruehl | 1 | -1/+12 |
2020-12-05 | phy: rockchip: set pulldown for strobe line in dts | Chris Ruehl | 1 | -0/+16 |
2020-12-02 | phy/rockchip: Make PHY_ROCKCHIP_INNO_HDMI depend on HAS_IOMEM to fix build error | Tiezhu Yang | 1 | -0/+1 |
2020-11-16 | phy: rockchip: convert to devm_platform_ioremap_resource | Chunfeng Yun | 1 | -3/+1 |