summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_ocp.c
AgeCommit message (Expand)Author
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-02ptp: ocp: Use DEFINE_RES_*() in placeAndy Shevchenko
2023-12-29ptp: ocp: fix bug in unregistering the DPLL subsystemSagi Maimon
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04ptp: Fix type of mode parameter in ptp_ocp_dpll_mode_get()Nathan Chancellor
2023-10-04ptp: ocp: fix error code in probe()Dan Carpenter
2023-10-02ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu
2023-09-17ptp_ocp: implement DPLL opsVadim Fedorenko
2023-06-20ptp: ocp: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-10ptp_ocp: add force_irq to xilinx_spi configurationVadim Fedorenko
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol
2022-10-24ptp: ocp: remove flash image header check fallbackVadim Fedorenko
2022-10-24ptp: ocp: expose config and temperature for ART cardVadim Fedorenko
2022-10-24ptp: ocp: add serial port of mRO50 MAC on ART cardVadim Fedorenko
2022-10-24ptp: ocp: add Orolia timecard supportVadim Fedorenko
2022-10-24ptp: ocp: upgrade serial line informationVadim Fedorenko
2022-10-10] ptp: ocp: remove symlink for second GNSSVadim Fedorenko
2022-09-22ptp_ocp: use device_find_any_child() instead of custom approachAndy Shevchenko
2022-06-10ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)Andy Shevchenko
2022-06-10ptp_ocp: do not call pci_set_drvdata(pdev, NULL)Andy Shevchenko
2022-06-10ptp_ocp: drop duplicate NULL check in ptp_ocp_detach()Andy Shevchenko
2022-06-10ptp_ocp: use bits.h macros for all masksAndy Shevchenko
2022-05-24ptp: ocp: Add firmware header checksVadim Fedorenko
2022-05-24ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon
2022-05-24ptp: ocp: add .init function for sma_op vectorJonathan Lemon
2022-05-24ptp: ocp: vectorize the sma accessor functionsJonathan Lemon
2022-05-24ptp: ocp: constify selectorsJonathan Lemon
2022-05-24ptp: ocp: parameterize input/output sma selectorsJonathan Lemon
2022-05-24ptp: ocp: revise firmware displayJonathan Lemon
2022-05-24ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko
2022-05-24ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon
2022-05-24ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon
2022-05-18ptp: ocp: change sysfs attr group handlingJonathan Lemon
2022-05-16ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon
2022-05-09ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon
2022-03-30ptp: ocp: handle error from nvmem_device_findJonathan Lemon
2022-03-18ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter
2022-03-17ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon
2022-03-17ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon
2022-03-11ptp: ocp: Add 2 more timestampersJonathan Lemon
2022-03-11ptp: ocp: Add 4 frequency countersJonathan Lemon
2022-03-11ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon
2022-03-11ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon
2022-03-11ptp: ocp: Add firmware capability bits for feature gatingJonathan Lemon
2022-03-11ptp: ocp: Add GND and VCC output selectorsJonathan Lemon
2022-03-11ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'Jonathan Lemon
2022-03-11ptp: ocp: Add ability to disable input selectors.Jonathan Lemon