Re: [PATCH v4] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-06 Thread Hector Martin
v2: > https://lore.kernel.org/linux-i2c/mn2pr01mb535821c8058c7814b2f8eedf9f...@mn2pr01mb5358.prod.exchangelabs.com/T/ > > v1: > https://lore.kernel.org/linux-i2c/mn2pr01mb535838492432c910f2381f929f...@mn2pr01mb5358.prod.exchangelabs.com/T/ > > drivers/i2c/busses/i2c-pase

Re: [PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement

2022-11-01 Thread Hector Martin
On 07/10/2022 09.42, Arminder Singh wrote: > This patch adds IRQ support to the PASemi I2C controller driver to > increase the performace of I2C transactions on platforms with PASemi I2C > controllers. While primarily intended for Apple silicon platforms, this > patch should also help in enablin

Re: [PATCH v2] i2c: pasemi: Drop I2C classes from platform driver variant

2022-02-06 Thread Hector Martin
t no devices relied on the old behavior.) > > Fixes: d88ae2932df0 ("i2c: pasemi: Add Apple platform driver") > Signed-off-by: Martin PoviĊĦer Acked-by: Hector Martin Heh, so that's where this was... I remember running into this and wondering if there was a way to turn it off.

Re: [PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages

2022-01-06 Thread Hector Martin
t (M1 Macs)... > > Su Yue kindly helped me testing 16K page size, and it's pretty OK there. > > So I'm not that concerned. > > It's 128K page size that I'm a little concerned, and I have not machine > supporting that large page size to do the test. > > Thanks, > Qu I'm happy to test things on 16K in the future if you need me to :-) -- Hector Martin (mar...@marcan.st) Public Key: https://mrcn.st/pub

Re: [PATCH v2 00/11] Add Apple M1 support to PASemi i2c driver

2021-10-11 Thread Hector Martin
I suggest I drop the MAINTAINER additions for now and we add them later. Then, you can add the pasemi-core as well. D'accord? We can just split the MAINTAINERS changes into a separate patch and I can push that one through the SoC tree, along with other MAINTAINERS updates. Does that work

[PATCH 06/10] powerpc/ps3: Add highmem region memory early

2012-04-25 Thread Hector Martin
Real mode memory can be limited and runs out quickly as memory is allocated during kernel startup. Having the highmem available sooner fixes this. This change simplifies the memory management code by converting from hotplug memory to logical memory blocks. Signed-off-by: Hector Martin Signed

Re: [PATCH 03/15] [PS3] Add region 1 memory early

2011-08-04 Thread Hector Martin
now; any time during kernel startup should work (as long as they aren't freed with the drivers if they're unloaded). How about switching to __get_free_pages and doing the allocation inside an arch_initcall or similar? -- Hector Martin (hec...@marcansoft.com) Public Key: http://www.m

Re: [PATCH 02/15] [PS3] Get lv1 high memory region from devtree

2011-08-03 Thread Hector Martin
und like a bad idea anyway (e.g. bootloader allocated highmem but didn't tell the kernel so the kernel couldn't allocate it). As for multiple regions, well, currently it only supports one and that is hardcoded in the phys->lpar translation, so I see no point in worrying about that now

Re: [PATCH 03/15] [PS3] Add region 1 memory early

2011-08-03 Thread Hector Martin
preallocating these? -- Hector Martin (hec...@marcansoft.com) Public Key: http://www.marcansoft.com/marcan.asc ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev