index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
/
cal.c
Age
Commit message (
Expand
)
Author
2020-07-19
media: ti-vpe: cal: Store struct device in cal_dev
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Print revision and hwinfo in a more readable format
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Read hardware revision earlier during probe
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split media initialization and cleanup to functions
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Replace number of ports numerical value by macro
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove isvcirqset() and isportirqset() macros
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move CAL_NUM_CSI2_PORTS from cal_regs.h to cal.c
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Decouple context and phy cleanup at remove time
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Operate on phy instances in cal_quickdump_regs()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Replace context with phy in async notifier entries
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move async notifiers from contexts to cal_dev
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Allow multiple contexts per subdev notifier
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move all sensor-related init to .bound() notifier
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use ARRAY_SIZE to replace numerical value
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move DT parsing to CAMERARX
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Add cal_camerarx_destroy() to cleanup CAMERARX
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Unregister video device before cleanup
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Add context V4L2 cleanup and unregister functions
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split video device initialization and registration
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move v4l2_device from cal_ctx to cal_dev
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Decouple control handler from v4l2_device
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Fix usage of v4l2_fwnode_endpoint_parse()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use of_graph_get_endpoint_by_regs() to parse OF
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Hardcode virtual channel to 0
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Rename cal_create_instance() to cal_ctx_create()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Add comments to cal_probe() to delimitate sections
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Inline cal_get_camerarx_regmap() in caller
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use syscon_regmap_lookup_by_phandle_args()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Split CAMERARX syscon regmap retrieval to a function
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Drop struct cal_dev v4l2_dev field
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use a loop to create CAMERARX and context instances
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use ctx_info() instead of v4l2_info()
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Get struct device without going through v4l2_device
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use correct device name for bus_info
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Rename cal_ctx.csi2_port to cal_ctx.index
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Reorganize remaining code in sections
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Create consistent naming for context functions
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Inline cal_data_get_num_csi2_phy() in its caller
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Group CAMERARX-related functions together
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Create consistent naming for CAMERARX functions
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Store sensor-related data in cal_camerarx
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Add print macros for the cal_camerarx instances
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Use dev_* print macros
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Store instance ID and cal pointer in cal_camerarx
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove internal phy structure from cal_camerarx
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Name all cal_camerarx pointers consistently
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Name all cal_dev pointers consistently
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Rename cal_csi2_phy to cal_camerarx_data
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Rename cc_data to cal_camerarx
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Move function to avoid forward declaration
Laurent Pinchart
[prev]
[next]