Hi, when sending new clock drivers for Qualcomm SoCs I've been repeatedly getting a bounce with a reason of "too long (>100000 characters)". The drivers are pretty big for one email, for example gcc-sc8280xp.c has 201071 chars, but it only makes sense to add them big-as-they-are, because there are simply so many clocks, each of which needs to be defined as a struct with its properties set correctly. Would it be possible to increase the limit for linux-arm-msm and linux-clk to something like 250000 so that they get to appear on there? Konrad