On Fri, Aug 29, 2025 at 11:11:48AM +0200, Krzysztof Kozlowski wrote: > On 29/08/2025 10:09, Dmitry Baryshkov wrote: > > On Fri, Aug 29, 2025 at 09:12:59AM +0200, Krzysztof Kozlowski wrote: > >> On Tue, Aug 26, 2025 at 02:06:52PM +0530, Jishnu Prakash wrote: > >>> create mode 100644 drivers/iio/adc/qcom-spmi-adc5-gen3.c > >>> create mode 100644 drivers/thermal/qcom/qcom-spmi-adc-tm5-gen3.c > >>> create mode 100644 include/dt-bindings/iio/adc/qcom,pm8550-adc5-gen3.h > >>> create mode 100644 include/dt-bindings/iio/adc/qcom,pm8550b-adc5-gen3.h > >>> create mode 100644 include/dt-bindings/iio/adc/qcom,pm8550vx-adc5-gen3.h > >>> create mode 100644 include/dt-bindings/iio/adc/qcom,pmk8550-adc5-gen3.h > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-adc7-pm7325.h (98%) > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-adc7-pm8350.h (98%) > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-adc7-pm8350b.h (99%) > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-adc7-pmk8350.h (97%) > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-adc7-pmr735a.h (95%) > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-adc7-pmr735b.h (95%) > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-adc7-smb139x.h (93%) > >>> rename include/dt-bindings/iio/{ => adc}/qcom,spmi-vadc.h (78%) > >>> create mode 100644 include/linux/iio/adc/qcom-adc5-gen3-common.h > >>> > >>> > >>> base-commit: 0f4c93f7eb861acab537dbe94441817a270537bf > >> > >> What's the base commit? > >> > >> git show 0f4c93f7eb861acab537dbe94441817a270537bf > >> fatal: bad object 0f4c93f7eb861acab537dbe94441817a270537bf > > > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20250822&id=0f4c93f7eb861acab537dbe94441817a270537bf > > I see: > "Notice: this object is not reachable from any branch." > > I guess you think this is 20250822? Well, it kinda is. It's a commit by Stephen, it has proper contents, etc. next-20250822 is not a branch, but a tag, that's why you observe the warning from gitweb. You can verify it yourself by manually pulling the tag from the repo. -- With best wishes Dmitry