index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
Age
Commit message (
Expand
)
Author
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
2020-07-19
media: ti-vpe: cal: Remove flags field from struct cal_dev
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove unused structure fields
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove static const cal_regmap_config template
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Constify platform data
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Make structure fields unsigned where applicable
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Rename cal_csi2_phy base_fields to fields
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Store PHY regmap fields in struct cc_data
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Don't modify cal_csi2_phy base_fields
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Embed base_fields array in struct cal_csi2_phy
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Make loop indices unsigned where applicable
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Turn boolean variable into bool
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove needless casts
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Remove needless variable initialization
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Make cal_formats array const
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Turn reg_(read|write)_field() into inline functions
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Inline CAL_VERSION macro in its only user
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Merge all status variables in IRQ handler
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Index IRQ registersstarting at 0
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Index CSI-2 port starting at 0
Laurent Pinchart
2020-07-19
media: ti-vpe: cal: Decouple CSI2 port and CPORT
Laurent Pinchart
[prev]
[next]