l1k

Results 61 comments of l1k

@Maximus-: Here's the problem: ``` [ 0.361650] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.362633] 0000:00:15.5: ttyS0 at MMIO 0xc1819000 (irq = 21, base_baud = 2764800) is a...

@Maximus-: Okay, if you apply commit l1k/linux@9d8147938ff5 on top of what you currently have, does the WARN splat go away? This doesn't seem to be a Mac-specific issue, it's just...

@Maximus- The GPIOLIB should be enabled automatically with https://github.com/l1k/linux/commit/9d8147938ff5 and you shouldn't need to enable it manually. In a separate step you could also try enabling CONFIG_LPC_ICH and CONFIG_GPIO_ICH. This...

BTW, for the folks with an MBP13,3 and similar models, there's a device called apple-uart-soc-als attached to URT2, could be the adaptive light sensor, someone will probably have to reverse-engineer...

I've pushed a new iteration of the Bluetooth patches to the hci_bcm_v2 branch. Could someone test this please? I've realized that I had a bug in v1 wherein `bcm_gpio_set_power()` would...

@roadrunner2: Hmm, so now in the v2 version, on powering down we call BTPD followed by BTLP(1) - is that kosher? That's a good question. I don't know. It's what...

@roadrunner2: Okay, I've updated the hci_bcm_v2 branch. `bcm_apple_probe()` has now become `bcm_get_apple_resources()` and is called from `bcm_get_resources()`. The `devm_gpiod_get()` should thus be skipped. In theory this should now even work...

The 0-day bot found a compile error, will fix in a minute...

...should be fixed now. 4.15-rc6 was released yesterday and a lot of maintainers don't accept new features within the two weeks before the merge window (i.e., from rc6), but this...

I've pushed a hci_bcm_v3 branch which drops the patch "Bluetooth: hci_bcm: Enable runtime PM despite absence of IRQ" and drops a hunk from patch "Bluetooth: hci_bcm: Support Apple GPIO handling"....