summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_ocp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-1/+1
|\
| * ptp: ocp: fix bug in unregistering the DPLL subsystemSagi Maimon2023-12-291-1/+1
* | ptp: ocp: Use DEFINE_RES_*() in placeAndy Shevchenko2024-01-021-20/+6
* | dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2023-12-131-8/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-1/+0
|\
| * ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu2023-10-021-1/+0
* | ptp: Fix type of mode parameter in ptp_ocp_dpll_mode_get()Nathan Chancellor2023-10-041-1/+1
* | ptp: ocp: fix error code in probe()Dan Carpenter2023-10-041-1/+1
* | ptp_ocp: implement DPLL opsVadim Fedorenko2023-09-171-60/+309
|/
* ptp: ocp: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu2023-06-201-0/+7
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+0
|\
| * drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | ptp_ocp: add force_irq to xilinx_spi configurationVadim Fedorenko2023-03-101-0/+1
|/
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
* ptp: ocp: remove flash image header check fallbackVadim Fedorenko2022-10-241-5/+2
* ptp: ocp: expose config and temperature for ART cardVadim Fedorenko2022-10-241-0/+136
* ptp: ocp: add serial port of mRO50 MAC on ART cardVadim Fedorenko2022-10-241-0/+20
* ptp: ocp: add Orolia timecard supportVadim Fedorenko2022-10-241-0/+290
* ptp: ocp: upgrade serial line informationVadim Fedorenko2022-10-241-43/+67
* ] ptp: ocp: remove symlink for second GNSSVadim Fedorenko2022-10-101-0/+1
* ptp_ocp: use device_find_any_child() instead of custom approachAndy Shevchenko2022-09-221-7/+1
* ptp_ocp: replace kzalloc(x*y) by kcalloc(y, x)Andy Shevchenko2022-06-101-1/+1
* ptp_ocp: do not call pci_set_drvdata(pdev, NULL)Andy Shevchenko2022-06-101-2/+0
* ptp_ocp: drop duplicate NULL check in ptp_ocp_detach()Andy Shevchenko2022-06-101-4/+2
* ptp_ocp: use bits.h macros for all masksAndy Shevchenko2022-06-101-6/+7
* ptp: ocp: Add firmware header checksVadim Fedorenko2022-05-241-5/+73
* ptp: ocp: fix PPS source selector debugfs reportingJonathan Lemon2022-05-241-11/+14
* ptp: ocp: add .init function for sma_op vectorJonathan Lemon2022-05-241-9/+20
* ptp: ocp: vectorize the sma accessor functionsJonathan Lemon2022-05-241-145/+169
* ptp: ocp: constify selectorsJonathan Lemon2022-05-241-11/+13
* ptp: ocp: parameterize input/output sma selectorsJonathan Lemon2022-05-241-15/+27
* ptp: ocp: revise firmware displayJonathan Lemon2022-05-241-23/+41
* ptp: ocp: add Celestica timecard PCI idsVadim Fedorenko2022-05-241-1/+5
* ptp: ocp: Remove #ifdefs around PCI IDsJonathan Lemon2022-05-241-7/+2
* ptp: ocp: 32-bit fixups for pci start addressJonathan Lemon2022-05-241-5/+5
* ptp: ocp: change sysfs attr group handlingJonathan Lemon2022-05-181-15/+42
* ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon2022-05-161-2/+3
* ptp: ocp: Use DIV64_U64_ROUND_UP for rounding.Jonathan Lemon2022-05-091-1/+1
* ptp: ocp: handle error from nvmem_device_findJonathan Lemon2022-03-301-7/+8
* ptp: ocp: use snprintf() in ptp_ocp_verify()Dan Carpenter2022-03-181-3/+3
* ptp: ocp: Make debugfs variables the correct bitwidthJonathan Lemon2022-03-171-1/+2
* ptp: ocp: Fix PTP_PF_* verification requestsJonathan Lemon2022-03-171-8/+20
* ptp: ocp: Add 2 more timestampersJonathan Lemon2022-03-111-5/+56
* ptp: ocp: Add 4 frequency countersJonathan Lemon2022-03-111-7/+165
* ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon2022-03-111-9/+94
* ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon2022-03-111-10/+476
* ptp: ocp: Add firmware capability bits for feature gatingJonathan Lemon2022-03-111-5/+33
* ptp: ocp: Add GND and VCC output selectorsJonathan Lemon2022-03-111-0/+2
* ptp: ocp: Rename output selector 'GNSS' to 'GNSS1'Jonathan Lemon2022-03-111-4/+4
* ptp: ocp: Add ability to disable input selectors.Jonathan Lemon2022-03-111-11/+23